Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1951 string::size_type found_pos = debug_string.find(expected_comments[i]); in TEST_F() local
1952 EXPECT_TRUE(found_pos != string::npos) in TEST_F()