Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1921 const char* expected_comments[] = { in TEST_F() local
1950 for (int i = 0; i < GOOGLE_ARRAYSIZE(expected_comments); ++i) { in TEST_F()
1951 string::size_type found_pos = debug_string.find(expected_comments[i]); in TEST_F()
1953 << "\"" << expected_comments[i] << "\" not found."; in TEST_F()