OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSubSymbol
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc
108
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
(
/external/protobuf/src/google/protobuf/
descriptor_database.cc
108
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
(
Completed in 115 milliseconds