Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6290 const string& end_with, in FullMatch() argument
6293 int end_size = end_with.size(); in FullMatch()
6295 name.substr(name.size()- end_size, end_size) != end_with) { in FullMatch()