Home
last modified time | relevance | path

Searched defs:GetLocationPath (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2675 void Descriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
2686 void FieldDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
2703 void OneofDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::OneofDescriptor
2709 void EnumDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumDescriptor
2720 void EnumValueDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumValueDescriptor
2726 void ServiceDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::ServiceDescriptor
2731 void MethodDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::MethodDescriptor
/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc201 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::__anoncb50f9110111::MockDescriptor