Searched defs:super_symbol (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc228 const string& sub_symbol, const string& super_symbol) {
229 return sub_symbol == super_symbol ||
230 (HasPrefixString(super_symbol, sub_symbol) &&
231 super_symbol[sub_symbol.size()] == '.');
227 IsSubSymbol( const string& sub_symbol, const string& super_symbol) argument

Completed in 56 milliseconds