Searched refs:debug_location (Results 1 – 17 of 17) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | misc.h | 40 #define LOCATION debug_location(__FILE__, __LINE__, __func__) 42 #define LOCATION debug_location(__FILE__, __LINE__, NULL) 48 extern const char *debug_location __P((const char *, int, const char *));
|
D | misc.c | 117 debug_location(file, line, func) in debug_location() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.cc | 598 grpc_core::DebugLocation debug_location(file, line); local 601 grpc_core::DebugLocation debug_location; 604 cq->owning_refs.Ref(debug_location, reason); 615 grpc_core::DebugLocation debug_location(file, line); local 618 grpc_core::DebugLocation debug_location; 621 if (GPR_UNLIKELY(cq->owning_refs.Unref(debug_location, reason))) {
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 648 const grpc_core::DebugLocation& debug_location) { in tcp_unref() argument 649 if (GPR_UNLIKELY(tcp->refcount.Unref(debug_location, reason))) { in tcp_unref() 655 const grpc_core::DebugLocation& debug_location) { in tcp_ref() argument 656 tcp->refcount.Ref(debug_location, reason); in tcp_ref()
|
/external/grpc-grpc/ |
D | BUILD | 635 name = "debug_location", 637 public_hdrs = ["src/core/lib/gprpp/debug_location.h"], 645 "debug_location", 657 "debug_location",
|
D | gRPC-C++.podspec | 380 'src/core/lib/gprpp/debug_location.h', 570 'src/core/lib/gprpp/debug_location.h',
|
D | gRPC-Core.podspec | 389 'src/core/lib/gprpp/debug_location.h', 994 'src/core/lib/gprpp/debug_location.h',
|
D | grpc.gemspec | 325 s.files += %w( src/core/lib/gprpp/debug_location.h )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | BUILD | 665 name = "debug_location", 667 public_hdrs = ["src/core/lib/gprpp/debug_location.h"], 675 "debug_location", 689 "debug_location", 702 "debug_location",
|
D | gRPC-C++.podspec | 501 'src/core/lib/gprpp/debug_location.h', 1119 'src/core/lib/gprpp/debug_location.h',
|
D | gRPC-Core.podspec | 823 'src/core/lib/gprpp/debug_location.h', 1650 'src/core/lib/gprpp/debug_location.h',
|
D | BUILD.gn | 790 "src/core/lib/gprpp/debug_location.h",
|
D | grpc.gemspec | 738 s.files += %w( src/core/lib/gprpp/debug_location.h )
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.c++.internal | 1059 src/core/lib/gprpp/debug_location.h \
|
D | Doxyfile.core.internal | 1142 src/core/lib/gprpp/debug_location.h \
|
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1511 src/core/lib/gprpp/debug_location.h \
|
D | Doxyfile.c++.internal | 1671 src/core/lib/gprpp/debug_location.h \
|