Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Ddebug_location.h75 explicit DebugLocation(SourceLocation location) : location_(location) {} in DebugLocation() function
85 DebugLocation() {} in DebugLocation() function
86 explicit DebugLocation(SourceLocation) {} in DebugLocation() function
87 DebugLocation(const char* /* file */, int /* line */) {} in DebugLocation() function
/third_party/grpc/src/core/client_channel/
Ddynamic_filters.cc104 void DynamicFilters::Call::Unref(const DebugLocation& /*location*/, in Unref()
128 void DynamicFilters::Call::IncrementRefCount(const DebugLocation& /*location*/, in IncrementRefCount()
Dsubchannel.cc304 void SubchannelCall::Unref(const DebugLocation& /*location*/, in Unref()
380 void SubchannelCall::IncrementRefCount(const DebugLocation& /*location*/, in IncrementRefCount()
/third_party/grpc/src/core/lib/channel/
Dchannel_stack.h322 inline void grpc_channel_stack::Unref(const grpc_core::DebugLocation&, in Unref()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp979 DebugLoc DebugLocation; in parse() local