Searched defs:DebugLocation (Results 1 – 5 of 5) sorted by relevance
75 explicit DebugLocation(SourceLocation location) : location_(location) {} in DebugLocation() function85 DebugLocation() {} in DebugLocation() function86 explicit DebugLocation(SourceLocation) {} in DebugLocation() function87 DebugLocation(const char* /* file */, int /* line */) {} in DebugLocation() function
104 void DynamicFilters::Call::Unref(const DebugLocation& /*location*/, in Unref()128 void DynamicFilters::Call::IncrementRefCount(const DebugLocation& /*location*/, in IncrementRefCount()
304 void SubchannelCall::Unref(const DebugLocation& /*location*/, in Unref()380 void SubchannelCall::IncrementRefCount(const DebugLocation& /*location*/, in IncrementRefCount()
322 inline void grpc_channel_stack::Unref(const grpc_core::DebugLocation&, in Unref()
979 DebugLoc DebugLocation; in parse() local