Searched defs:GetLocationPath (Results 1 – 2 of 2) sorted by relevance
2681 void Descriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor2692 void FieldDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor2709 void OneofDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::OneofDescriptor2715 void EnumDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumDescriptor2726 void EnumValueDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumValueDescriptor2732 void ServiceDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::ServiceDescriptor2737 void MethodDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::MethodDescriptor
201 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::__anon715e3c7b0111::MockDescriptor