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;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;
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()2670 GetLocationPath(&path); in GetSourceLocation()2677 GetLocationPath(&path); in GetSourceLocation()2681 void Descriptor::GetLocationPath(vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor2683 containing_type()->GetLocationPath(output); in GetLocationPath()2692 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::__anon90feb5b20111::MockDescriptor