Searched defs:GetSourceLocation (Results 1 – 2 of 2) sorted by relevance
885 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() function in google::protobuf::FileDescriptorTables2123 bool FileDescriptor::GetSourceLocation(const vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor2149 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor2155 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FieldDescriptor2161 bool OneofDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::OneofDescriptor2167 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::EnumDescriptor2173 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::MethodDescriptor2179 bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::ServiceDescriptor2185 bool EnumValueDescriptor::GetSourceLocation( in GetSourceLocation() function in google::protobuf::EnumValueDescriptor
5345 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F() argument