Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc227 const string& sub_symbol, const string& super_symbol) { in IsSubSymbol() argument
228 return sub_symbol == super_symbol || in IsSubSymbol()
229 (HasPrefixString(super_symbol, sub_symbol) && in IsSubSymbol()
230 super_symbol[sub_symbol.size()] == '.'); in IsSubSymbol()
Ddescriptor_database.h244 bool IsSubSymbol(const string& sub_symbol, const string& super_symbol);