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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1995 bool FileDescriptor::GetSourceLocation(const vector<int>& path, function in class:google::protobuf::FileDescriptor
2021 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::Descriptor
2024 return file()->GetSourceLocation(path, out_location);
2027 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::FieldDescriptor
2030 return file()->GetSourceLocation(path, out_location);
2033 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::EnumDescriptor
2036 return file()->GetSourceLocation(path, out_location);
2039 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::MethodDescriptor
2042 return service()->file()->GetSourceLocation(path, out_location);
2045 bool ServiceDescriptor::GetSourceLocation(SourceLocatio function in class:google::protobuf::ServiceDescriptor
2051 bool EnumValueDescriptor::GetSourceLocation( function in class:google::protobuf::EnumValueDescriptor
[all...]

Completed in 90 milliseconds