Searched defs:SpanKey (Results 1 – 1 of 1) sorted by relevance
2277 struct SpanKey { struct in google::protobuf::compiler::__anonea569a9d0111::SourceInfoTest2278 const Message* descriptor_proto;2279 const FieldDescriptor* field;2280 int index;2282 inline SpanKey() {} in SpanKey() function2283 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() argument2289 inline bool operator<(const SpanKey& other) const { in operator <()