Home
last modified time | relevance | path

Searched defs:GetSourceLocation (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.cc885 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() function in google::protobuf::FileDescriptorTables
2123 bool FileDescriptor::GetSourceLocation(const vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor
2149 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor
2155 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FieldDescriptor
2161 bool OneofDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::OneofDescriptor
2167 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::EnumDescriptor
2173 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::MethodDescriptor
2179 bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::ServiceDescriptor
2185 bool EnumValueDescriptor::GetSourceLocation( in GetSourceLocation() function in google::protobuf::EnumValueDescriptor
Ddescriptor_unittest.cc5345 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F() argument