Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dscc.h53 const Descriptor* GetRepresentative() const { return descriptors[0]; } in GetRepresentative() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h168 return GetSCC(d)->GetRepresentative(); in GetSCCRepresentative()
Dcpp_helpers.h556 return UniqueName("scc_info_" + ClassName(scc->GetRepresentative()), in SccInfoSymbol()
557 scc->GetRepresentative(), options); in SccInfoSymbol()
Dcpp_file.cc77 return val.GetRepresentative()->full_name(); in GetSortKey()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc401 ? ToLower(GetNamespace(options, scc->GetRepresentative()->file()) + in GetMessagesFileName()
419 if ((*long_name_dict).find(scc->GetRepresentative()) == in GetMessagesFileName()
422 GetSnakeFilename(scc->GetRepresentative()->file()->name())); in GetMessagesFileName()
423 (*long_name_dict)[scc->GetRepresentative()] = in GetMessagesFileName()
427 filename_base = (*long_name_dict)[scc->GetRepresentative()]; in GetMessagesFileName()