Searched refs:end_pos (Results 1 – 2 of 2) sorted by relevance
284 size_t end_pos = filename.find_first_of("\n"); in TEST_F() local285 ASSERT_NE(std::string::npos, end_pos); in TEST_F()286 filename = filename.substr(0, end_pos); in TEST_F()
267 size_t end_pos = message.find(end, start_pos + start.size()); in ParseSubstring() local268 if (end_pos == string::npos) { in ParseSubstring()272 end_pos - start_pos - start.size()); in ParseSubstring()