Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc181 bool AnnotationMatchesSubstring(const string& file_content, in AnnotationMatchesSubstring() argument
186 if (end < begin || end > file_content.size()) { in AnnotationMatchesSubstring()
189 return file_content.substr(begin, end - begin) == expected_text; in AnnotationMatchesSubstring()