Searched defs:DebugLocation (Results 1 – 4 of 4) sorted by relevance
33 DebugLocation(const char* file, int line) : file_(file), line_(line) {} in DebugLocation() function
91 void DynamicFilters::Call::Unref(const DebugLocation& /*location*/, in Unref()116 const grpc_core::DebugLocation& /*location*/, const char* reason) { in IncrementRefCount()
205 void SubchannelCall::Unref(const DebugLocation& /*location*/, in Unref()294 const grpc_core::DebugLocation& /*location*/, const char* reason) { in IncrementRefCount()
979 DebugLoc DebugLocation; in parse() local