Searched refs:GetLocationPath (Results 1 – 4 of 4) sorted by relevance
383 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;
2634 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::Descriptor2677 containing_type()->GetLocationPath(output); in GetLocationPath()2686 void FieldDescriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor[all …]
199 descriptor->GetLocationPath(&path); in Annotate()
201 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::__anon3bfb9b5b0111::MockDescriptor