Searched defs:GetSourceLocation (Results 1 – 2 of 2) sorted by relevance
1234 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() function in google::protobuf::FileDescriptorTables2967 bool FileDescriptor::GetSourceLocation(const std::vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor2992 bool FileDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FileDescriptor3006 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor3012 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FieldDescriptor3018 bool OneofDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::OneofDescriptor3024 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::EnumDescriptor3030 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::MethodDescriptor3036 bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::ServiceDescriptor3042 bool EnumValueDescriptor::GetSourceLocation( in GetSourceLocation() function in google::protobuf::EnumValueDescriptor
7274 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F() argument