/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | debug_location.h | 31 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()
|
D | ref_counted.h | 82 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()
|
D | dual_ref_counted.h | 61 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()
|
D | orphanable.h | 97 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()
|
D | ref_counted_ptr.h | 115 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/ |
D | debug_location.h | 28 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()
|
D | ref_counted.h | 98 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() 120 void Unref(const DebugLocation& location, const char* reason) { in Unref()
|
D | orphanable.h | 156 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/ |
D | work_serializer.cc | 28 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()
|
D | work_serializer.h | 55 const grpc_core::DebugLocation& location);
|
D | exec_ctx.h | 230 static void Run(const DebugLocation& location, grpc_closure* closure, 233 static void RunList(const DebugLocation& location, grpc_closure_list* list);
|
D | exec_ctx.cc | 172 void ExecCtx::Run(const DebugLocation& location, grpc_closure* closure, in Run() 198 void ExecCtx::RunList(const DebugLocation& location, grpc_closure_list* list) { in RunList()
|
D | closure.h | 229 static void Run(const DebugLocation& location, grpc_closure* closure,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | dynamic_filters.h | 60 RefCountedPtr<Call> Ref(const DebugLocation& location, 65 void Unref(const DebugLocation& location, const char* reason); 74 void IncrementRefCount(const DebugLocation& location, const char* reason);
|
D | dynamic_filters.cc | 82 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
|
D | subchannel.h | 128 RefCountedPtr<SubchannelCall> Ref(const DebugLocation& location, 133 void Unref(const DebugLocation& location, const char* reason); 151 void IncrementRefCount(const DebugLocation& location, const char* reason);
|
D | subchannel.cc | 196 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/ |
D | internal.h | 822 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/ |
D | chttp2_connector.cc | 133 void NullThenSchedClosure(const DebugLocation& location, grpc_closure** closure, in NullThenSchedClosure()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.cc | 598 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/ |
D | client_lb_end2end_test.cc | 230 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/ |
D | BaseRecognizer.cs | 1011 protected virtual void DebugLocation(int line, int charPositionInLine) { in DebugLocation() method in Antlr.Runtime.BaseRecognizer
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BaseRecognizer.cs | 1146 protected virtual void DebugLocation(int line, int charPositionInLine) in DebugLocation() method in Antlr.Runtime.BaseRecognizer
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 625 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/ |
D | alignment.ll | 41 ; it preserves the original DebugLocation.
|