Home
last modified time | relevance | path

Searched refs:GetLocationPath (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h383 void GetLocationPath(std::vector<int>* output) const;
676 void GetLocationPath(std::vector<int>* output) const;
779 void GetLocationPath(std::vector<int>* output) const;
884 void GetLocationPath(std::vector<int>* output) const;
971 void GetLocationPath(std::vector<int>* output) const;
1049 void GetLocationPath(std::vector<int>* output) const;
1131 void GetLocationPath(std::vector<int>* output) const;
Ddescriptor.cc2634 GetLocationPath(&path); in GetSourceLocation()
2640 GetLocationPath(&path); in GetSourceLocation()
2646 GetLocationPath(&path); in GetSourceLocation()
2652 GetLocationPath(&path); in GetSourceLocation()
2658 GetLocationPath(&path); in GetSourceLocation()
2664 GetLocationPath(&path); in GetSourceLocation()
2671 GetLocationPath(&path); in GetSourceLocation()
2675 void Descriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
2677 containing_type()->GetLocationPath(output); in GetLocationPath()
2686 void FieldDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
[all …]
/external/protobuf/src/google/protobuf/io/
Dprinter.h199 descriptor->GetLocationPath(&path); in Annotate()
Dprinter_unittest.cc201 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::__anon3bfb9b5b0111::MockDescriptor