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.cc96 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ argument
101 const CaseType2& CASES2##_case); \
106 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
109 << #CASES2 " case #" << j << ": " << CASES2[j]); \
110 DoSingleCase(CASES1[i], CASES2[j]); \
117 const CaseType2& CASES2##_case)
Dcoded_stream_unittest.cc106 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ argument
111 const CaseType2& CASES2##_case); \
116 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \
119 << #CASES2 " case #" << j << ": " << CASES2[j]); \
120 DoSingleCase(CASES1[i], CASES2[j]); \
127 const CaseType2& CASES2##_case)