Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc85 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
104 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \
105 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
497 for (int i = 0; i < GOOGLE_ARRAYSIZE(kTokens); i++) { in TEST_1D()
707 ASSERT_LT(i, GOOGLE_ARRAYSIZE(kDocCommentCases)); in TEST_2D()
Dprinter_unittest.cc56 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size); in TEST()
Dcoded_stream_unittest.cc90 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
109 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \
110 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
Dzero_copy_stream_unittest.cc129 const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes);
904 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams)); in TEST_F()
/external/protobuf/src/google/protobuf/stubs/
Dstringprintf.cc155 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { in StringPrintfVector()
Dcommon.h286 #undef GOOGLE_ARRAYSIZE
287 #define GOOGLE_ARRAYSIZE(a) \ macro
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc77 for (int i = 0; i < GOOGLE_ARRAYSIZE(kKeywordList); i++) { in MakeKeywordsMap()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc75 for (int i = 0; i < GOOGLE_ARRAYSIZE(kJavaKeywordsList); i++) { in RenameKeywords()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc75 for (int i = 0; i < GOOGLE_ARRAYSIZE(kForbiddenWordList); ++i) { in IsForbidden()
/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc566 #define MAKE_VECTOR(x) vector<int>(x, x + GOOGLE_ARRAYSIZE(x))
Dtest_util.cc3325 for (int i = 0; i < GOOGLE_ARRAYSIZE(fields); i++) { in ExpectMessagesReleasedViaReflection()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc289 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) { in Run()