Searched defs:SpanKey (Results 1 – 1 of 1) sorted by relevance
1805 struct SpanKey { struct in google::protobuf::compiler::__anon7ba3250a0111::SourceInfoTest1806 const Message* descriptor_proto;1807 const FieldDescriptor* field;1808 int index;1810 inline SpanKey() {} in SpanKey() argument1811 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() argument1817 inline bool operator<(const SpanKey& other) const { in operator <()