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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc520 // the key already exists in the table. For AddAliasUnderParent(), the
523 bool AddAliasUnderParent(const void* parent, const string& name,
739 bool FileDescriptorTables::AddAliasUnderParent( function in class:google::protobuf::FileDescriptorTables
2861 if (!file_tables_->AddAliasUnderParent(parent, name, symbol)) {
3646 file_tables_->AddAliasUnderParent(parent, result->name(), Symbol(result));
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc461 // the key already exists in the table. For AddAliasUnderParent(), the
464 bool AddAliasUnderParent(const void* parent, const string& name,
647 bool FileDescriptorTables::AddAliasUnderParent( function in class:google::protobuf::FileDescriptorTables
2524 if (!file_tables_->AddAliasUnderParent(parent, name, symbol)) {
3252 file_tables_->AddAliasUnderParent(parent, result->name(), Symbol(result));

Completed in 249 milliseconds