Searched defs:SpanKey (Results 1 – 1 of 1) sorted by relevance
2715 struct SpanKey { struct in google::protobuf::compiler::__anonc76acd2f0111::SourceInfoTest2716 const Message* descriptor_proto;2717 const FieldDescriptor* field;2718 int index;2720 inline SpanKey() {} in SpanKey() argument2721 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() function2727 inline bool operator<(const SpanKey& other) const { in operator <()