Searched refs:SpanKey (Results 1 – 2 of 2) sorted by relevance
61 return Context::current().derive(SpanKey, std::move(JS)); in beginSpan()69 Context::current().getExisting(SpanKey)->markEnded(); in endSpan()102 auto *Parent = Context::current().get(SpanKey); in JSONSpan()153 static Key<std::unique_ptr<JSONSpan>> SpanKey; member in clang::clangd::trace::__anon9814a8860111::JSONTracer257 Key<std::unique_ptr<JSONTracer::JSONSpan>> JSONTracer::SpanKey; member in clang::clangd::trace::__anon9814a8860111::JSONTracer
2556 std::make_pair(SpanKey(*descriptor_proto, field, index), &location)); in Parse()2637 spans_.equal_range(SpanKey(descriptor_proto, field, index)); in HasSpanWithComment()2692 struct SpanKey { struct in google::protobuf::compiler::__anonaab372be0111::SourceInfoTest2697 inline SpanKey() {} in SpanKey() argument2698 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() argument2704 inline bool operator<(const SpanKey& other) const { in operator <() argument2713 typedef std::multimap<SpanKey, const SourceCodeInfo::Location*> SpanMap;