Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2134 std::make_pair(SpanKey(*descriptor_proto, field, index), &location)); in Parse()
2222 spans_.equal_range(SpanKey(descriptor_proto, field, index)); in HasSpanWithComment()
2277 struct SpanKey { struct in google::protobuf::compiler::__anone5943b270111::SourceInfoTest
2282 inline SpanKey() {} in SpanKey() argument
2283 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() function
2289 inline bool operator<(const SpanKey& other) const { in operator <() argument
2298 typedef multimap<SpanKey, const SourceCodeInfo::Location*> SpanMap;