Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h456 void GetLocationPath(std::vector<int>* output) const;
774 void GetLocationPath(std::vector<int>* output) const;
895 void GetLocationPath(std::vector<int>* output) const;
1033 void GetLocationPath(std::vector<int>* output) const;
1130 void GetLocationPath(std::vector<int>* output) const;
1209 void GetLocationPath(std::vector<int>* output) const;
1295 void GetLocationPath(std::vector<int>* output) const;
Ddescriptor.cc2994 GetLocationPath(&path); in GetSourceLocation()
3000 GetLocationPath(&path); in GetSourceLocation()
3006 GetLocationPath(&path); in GetSourceLocation()
3012 GetLocationPath(&path); in GetSourceLocation()
3018 GetLocationPath(&path); in GetSourceLocation()
3024 GetLocationPath(&path); in GetSourceLocation()
3031 GetLocationPath(&path); in GetSourceLocation()
3035 void Descriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::Descriptor
3037 containing_type()->GetLocationPath(output); in GetLocationPath()
3046 void FieldDescriptor::GetLocationPath(std::vector<int>* output) const { in GetLocationPath() function in google::protobuf::FieldDescriptor
[all …]
/external/protobuf/src/google/protobuf/io/
Dprinter.h216 descriptor->GetLocationPath(&path); in Annotate()
Dprinter_unittest.cc204 void GetLocationPath(std::vector<int>* output) const { *output = path_; } in GetLocationPath() function in google::protobuf::io::MockDescriptor
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h696 descriptor->GetLocationPath(&path); in Payload()