Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc3035 void Descriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
3046 void FieldDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
3063 void OneofDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::OneofDescriptor
3069 void EnumDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumDescriptor
3080 void EnumValueDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::EnumValueDescriptor
3086 void ServiceDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::ServiceDescriptor
3091 void MethodDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::MethodDescriptor
/external/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