Home
last modified time | relevance | path

Searched defs:SpanKey (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2692 struct SpanKey { struct in google::protobuf::compiler::__anon090d136a0111::SourceInfoTest
2693 const Message* descriptor_proto;
2694 const FieldDescriptor* field;
2695 int index;
2697 inline SpanKey() {} in SpanKey() argument
2698 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() function
2704 inline bool operator<(const SpanKey& other) const { in operator <()