#include <google/protobuf/io/coded_stream.h>
#include <limits.h>
#include <memory>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
◆ TEST_1D
Value:
protected: \
template <typename CaseType> \
void DoSingleCase(const CaseType& CASES##_case); \
<< #CASES
" case #" <<
i <<
": " << CASES[
i]); \
DoSingleCase(CASES[
i]); \
} \
} \
\
template <typename CaseType> \
void
FIXTURE##
_##
NAME##_DD::DoSingleCase(
const CaseType& CASES##_case)
Definition at line 84 of file protobuf/src/google/protobuf/io/coded_stream_unittest.cc.
◆ TEST_2D
Value:
protected: \
template <typename CaseType1, typename CaseType2> \
void DoSingleCase(const CaseType1& CASES1##_case, \
const CaseType2& CASES2##_case); \
<< #CASES1
" case #" <<
i <<
": " << CASES1[
i] <<
", " \
<< #CASES2 " case #" << j << ": " << CASES2[j]); \
DoSingleCase(CASES1[
i], CASES2[j]); \
} \
} \
} \
\
template <typename CaseType1, typename CaseType2> \
void
FIXTURE##
_##
NAME##_DD::DoSingleCase(
const CaseType1& CASES1##_case, \
const CaseType2& CASES2##_case)
Definition at line 102 of file protobuf/src/google/protobuf/io/coded_stream_unittest.cc.
◆ backup_amount_
◆ buffer_
◆ buffer_count_
◆ bytes
uint8 bytes[sizeof(uint64)] |
◆ can_parse
◆ kBufferSize
constexpr int kBufferSize = 1024 * 64 |
|
staticconstexprprotected |
◆ size
◆ value