Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc744 bool AddAliasUnderParent(const void* parent, const std::string& name,
1112 bool FileDescriptorTables::AddAliasUnderParent(const void* parent, in AddAliasUnderParent() function in google::protobuf::FileDescriptorTables
4004 if (!file_tables_->AddAliasUnderParent(parent, name, symbol)) { in AddSymbol()
5243 file_tables_->AddAliasUnderParent(parent, result->name(), Symbol(result)); in BuildEnumValue()