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

/external/chromium_org/third_party/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
/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 105 milliseconds