Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6289 const string& begin_with, in FullMatch() argument
6292 int begin_size = begin_with.size(); in FullMatch()
6294 if (name.substr(0, begin_size) != begin_with || in FullMatch()