Searched refs:symbols_by_parent_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc522 // as it will be used as a key in the symbols_by_parent_ map without copying.
533 SymbolsByParentMap symbols_by_parent_; member in class:google::protobuf::FileDescriptorTables
562 : symbols_by_parent_(3),
650 FindOrNull(symbols_by_parent_, PointerStringPair(parent, name.c_str()));
742 return InsertIfNotPresent(&symbols_by_parent_, by_parent_key, symbol);
2863 "symbols_by_name_, but was defined in symbols_by_parent_; "
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc463 // as it will be used as a key in the symbols_by_parent_ map without copying.
474 SymbolsByParentMap symbols_by_parent_; member in class:google::protobuf::FileDescriptorTables
558 FindOrNull(symbols_by_parent_, PointerStringPair(parent, name.c_str()));
650 return InsertIfNotPresent(&symbols_by_parent_, by_parent_key, symbol);
2526 "symbols_by_name_, but was defined in symbols_by_parent_; "

Completed in 62 milliseconds