Searched refs:IsSubSymbol (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc108 if (IsSubSymbol(iter->first, name)) {
121 if (iter != by_symbol_.end() && IsSubSymbol(name, iter->first)) {
184 return (iter != by_symbol_.end() && IsSubSymbol(iter->first, name)) ?
227 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::IsSubSymbol( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
H A Ddescriptor_database.h243 bool IsSubSymbol(const string& sub_symbol, const string& super_symbol);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc108 if (IsSubSymbol(iter->first, name)) {
121 if (iter != by_symbol_.end() && IsSubSymbol(name, iter->first)) {
184 return (iter != by_symbol_.end() && IsSubSymbol(iter->first, name)) ?
227 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::IsSubSymbol( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
H A Ddescriptor_database.h242 bool IsSubSymbol(const string& sub_symbol, const string& super_symbol);

Completed in 449 milliseconds