Home
last modified time | relevance | path

Searched refs:CASES2 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc95 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ argument
100 const CaseType2& CASES2##_case); \
105 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
108 << #CASES2 " case #" << j << ": " << CASES2[j]); \
109 DoSingleCase(CASES1[i], CASES2[j]); \
116 const CaseType2& CASES2##_case)
Dcoded_stream_unittest.cc100 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ argument
105 const CaseType2& CASES2##_case); \
110 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
113 << #CASES2 " case #" << j << ": " << CASES2[j]); \
114 DoSingleCase(CASES1[i], CASES2[j]); \
121 const CaseType2& CASES2##_case)