Home
last modified time | relevance | path

Searched refs:DebugLocation (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Ddebug_location.h31 class DebugLocation {
33 DebugLocation(const char* file, int line) : file_(file), line_(line) {} in DebugLocation() function
41 #define DEBUG_LOCATION ::grpc_core::DebugLocation(__FILE__, __LINE__)
43 class DebugLocation {
48 #define DEBUG_LOCATION ::grpc_core::DebugLocation()
Dref_counted.h82 void Ref(const DebugLocation& location, const char* reason, Value n = 1) {
111 void RefNonZero(const DebugLocation& location, const char* reason) { in RefNonZero()
138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero()
172 bool Unref(const DebugLocation& location, const char* reason) { in Unref()
278 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
293 void Unref(const DebugLocation& location, const char* reason) { in Unref()
303 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero()
326 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount()
Ddual_ref_counted.h61 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
86 void Unref(const DebugLocation& location, const char* reason) { in Unref()
128 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero()
158 WeakRefCountedPtr<Child> WeakRef(const DebugLocation& location, in WeakRef()
186 void WeakUnref(const DebugLocation& location, const char* reason) { in WeakUnref()
269 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount()
303 void IncrementWeakRefCount(const DebugLocation& location, in IncrementWeakRefCount()
Dorphanable.h97 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
108 void Unref(const DebugLocation& location, const char* reason) { in Unref()
116 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount()
Dref_counted_ptr.h115 void reset(const DebugLocation& location, const char* reason,
128 void reset(const DebugLocation& location, const char* reason,
267 void reset(const DebugLocation& location, const char* reason,
280 void reset(const DebugLocation& location, const char* reason,
/external/grpc-grpc/src/core/lib/gprpp/
Ddebug_location.h28 class DebugLocation {
30 DebugLocation(const char* file, int line) : file_(file), line_(line) {} in DebugLocation() function
39 #define DEBUG_LOCATION ::grpc_core::DebugLocation(__FILE__, __LINE__)
41 class DebugLocation {
47 #define DEBUG_LOCATION ::grpc_core::DebugLocation()
Dref_counted.h98 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
120 void Unref(const DebugLocation& location, const char* reason) { in Unref()
Dorphanable.h156 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
178 void Unref(const DebugLocation& location, const char* reason) { in Unref()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dwork_serializer.cc28 CallbackWrapper(std::function<void()> cb, const grpc_core::DebugLocation& loc) in CallbackWrapper()
33 const DebugLocation location;
39 const grpc_core::DebugLocation& location);
53 std::function<void()> callback, const grpc_core::DebugLocation& location) { in Run()
151 const grpc_core::DebugLocation& location) { in Run()
Dwork_serializer.h55 const grpc_core::DebugLocation& location);
Dexec_ctx.h230 static void Run(const DebugLocation& location, grpc_closure* closure,
233 static void RunList(const DebugLocation& location, grpc_closure_list* list);
Dexec_ctx.cc172 void ExecCtx::Run(const DebugLocation& location, grpc_closure* closure, in Run()
198 void ExecCtx::RunList(const DebugLocation& location, grpc_closure_list* list) { in RunList()
Dclosure.h229 static void Run(const DebugLocation& location, grpc_closure* closure,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.h60 RefCountedPtr<Call> Ref(const DebugLocation& location,
65 void Unref(const DebugLocation& location, const char* reason);
74 void IncrementRefCount(const DebugLocation& location, const char* reason);
Ddynamic_filters.cc82 const grpc_core::DebugLocation& location, const char* reason) { in Ref()
91 void DynamicFilters::Call::Unref(const DebugLocation& /*location*/, in Unref() argument
116 const grpc_core::DebugLocation& /*location*/, const char* reason) { in IncrementRefCount() argument
Dsubchannel.h128 RefCountedPtr<SubchannelCall> Ref(const DebugLocation& location,
133 void Unref(const DebugLocation& location, const char* reason);
151 void IncrementRefCount(const DebugLocation& location, const char* reason);
Dsubchannel.cc196 const grpc_core::DebugLocation& location, const char* reason) { in Ref()
205 void SubchannelCall::Unref(const DebugLocation& /*location*/, in Unref() argument
294 const grpc_core::DebugLocation& /*location*/, const char* reason) { in IncrementRefCount() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h822 if (t->refs.Unref(grpc_core::DebugLocation(file, line), reason)) { in grpc_chttp2_unref_transport()
829 t->refs.Ref(grpc_core::DebugLocation(file, line), reason); in grpc_chttp2_ref_transport()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc133 void NullThenSchedClosure(const DebugLocation& location, grpc_closure** closure, in NullThenSchedClosure()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue.cc598 grpc_core::DebugLocation debug_location(file, line);
601 grpc_core::DebugLocation debug_location;
615 grpc_core::DebugLocation debug_location(file, line);
618 grpc_core::DebugLocation debug_location;
/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc230 const grpc_core::DebugLocation& location) { in CheckRpcSendOk()
298 size_t server_idx, const grpc_core::DebugLocation& location, in WaitForServer()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs1011 protected virtual void DebugLocation(int line, int charPositionInLine) { in DebugLocation() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs1146 protected virtual void DebugLocation(int line, int charPositionInLine) in DebugLocation() method in Antlr.Runtime.BaseRecognizer
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp625 DebugLoc DebugLocation; in parse() local
633 DebugLocation = DebugLoc(Node); in parse()
661 MI = MF.CreateMachineInstr(MCID, DebugLocation, /*NoImplicit=*/true); in parse()
/external/llvm-project/llvm/test/Transforms/SROA/
Dalignment.ll41 ; it preserves the original DebugLocation.

12