Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3049 void Descriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
3060 void FieldDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
3077 void OneofDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::OneofDescriptor
3083 void EnumDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumDescriptor
3094 void EnumValueDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumValueDescriptor
3100 void ServiceDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::ServiceDescriptor
3105 void MethodDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::MethodDescriptor
/third_party/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc204 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::MockDescriptor