Home
last modified time | relevance | path

Searched refs:GOOGLE_ARRAYSIZE (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc84 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
103 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \
104 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
479 for (int i = 0; i < GOOGLE_ARRAYSIZE(kTokens); i++) { in TEST_1D()
Dprinter_unittest.cc56 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size); in TEST()
Dzero_copy_stream_unittest.cc128 const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes);
680 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams)); in TEST_F()
Dcoded_stream_unittest.cc91 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
110 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \
111 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc75 for (int i = 0; i < GOOGLE_ARRAYSIZE(kKeywordList); i++) { in MakeKeywordsMap()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h256 #undef GOOGLE_ARRAYSIZE
257 #define GOOGLE_ARRAYSIZE(a) \ macro
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc275 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) { in Run()