Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h383 void GetLocationPath(std::vector<int>* output) const;
676 void GetLocationPath(std::vector<int>* output) const;
783 void GetLocationPath(std::vector<int>* output) const;
890 void GetLocationPath(std::vector<int>* output) const;
977 void GetLocationPath(std::vector<int>* output) const;
1055 void GetLocationPath(std::vector<int>* output) const;
1137 void GetLocationPath(std::vector<int>* output) const;
Ddescriptor.cc2640 GetLocationPath(&path); in GetSourceLocation()
2646 GetLocationPath(&path); in GetSourceLocation()
2652 GetLocationPath(&path); in GetSourceLocation()
2658 GetLocationPath(&path); in GetSourceLocation()
2664 GetLocationPath(&path); in GetSourceLocation()
2670 GetLocationPath(&path); in GetSourceLocation()
2677 GetLocationPath(&path); in GetSourceLocation()
2681 void Descriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
2683 containing_type()->GetLocationPath(output); in GetLocationPath()
2692 void FieldDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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::__anon90feb5b20111::MockDescriptor