/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 75 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, 86 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", 103 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, in RefNonZero() 115 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in RefNonZero() 132 gpr_log(GPR_INFO, "%s:%p ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR, in RefIfNonZero() 143 "%s:%p %s:%d ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR " %s", in RefIfNonZero() 165 gpr_log(GPR_INFO, "%s:%p unref %" PRIdPTR " -> %" PRIdPTR, trace, this, in Unref() 182 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | metadata.cc | 158 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", (void*)md, in ref_md_locked() 257 gpr_log(GPR_DEBUG, "ELM ALLOC:%p:%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_create() 310 gpr_log(GPR_DEBUG, "ELM NEW:%p:%" PRIdPTR ": '%s' = '%s'", (void*)md, in grpc_mdelem_create() 358 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_ref() 381 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_ref() 412 "ELM UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_unref() 439 "ELM UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_unref()
|
D | transport.cc | 43 gpr_log(GPR_DEBUG, "%s %p:%p REF %" PRIdPTR "->%" PRIdPTR " %s", 57 gpr_log(GPR_DEBUG, "%s %p:%p UNREF %" PRIdPTR "->%" PRIdPTR " %s",
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 102 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in Ref() 123 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
|
D | orphanable.h | 160 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in Ref() 181 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 138 EXECUTOR_TRACE("(%s) Thread %" PRIdPTR " of %" PRIdPTR " joined", name_, in SetThreading() 166 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: step (sub_depth=%" PRIdPTR ")", in ThreadMain() 178 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: shutdown", ts->name, ts->id); in ThreadMain() 188 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: execute", ts->name, ts->id); in ThreadMain() 238 "%" PRIdPTR, in Enqueue() 242 EXECUTOR_TRACE("(%s) try to schedule %p (%s) to thread %" PRIdPTR, name_, in Enqueue()
|
D | cfstream_handle.cc | 167 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref() 177 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
|
D | call_combiner.cc | 76 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_start() 111 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_stop()
|
D | combiner.cc | 101 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy() 111 "C:%p %s %" PRIdPTR " --> %" PRIdPTR " %s", lock, (op), \ 164 "C:%p grpc_combiner_execute c=%p last=%" PRIdPTR, in combiner_exec() 288 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
|
D | tcp_custom.cc | 95 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_unref() 108 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_ref()
|
D | endpoint_cfstream.cc | 80 "CFStream endpoint unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamUnref() 92 "CFStream endpoint ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamRef()
|
D | tcp_windows.cc | 147 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_unref() 160 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_ref()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 188 EXECUTOR_TRACE("(%s) Thread %" PRIdPTR " of %" PRIdPTR " joined", name_, in SetThreading() 223 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: step (sub_depth=%" PRIdPTR ")", in ThreadMain() 235 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: shutdown", ts->name, ts->id); in ThreadMain() 245 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: execute", ts->name, ts->id); in ThreadMain() 302 "%" PRIdPTR, in Enqueue() 306 EXECUTOR_TRACE("(%s) try to schedule %p (%s) to thread %" PRIdPTR, name_, in Enqueue()
|
D | cfstream_handle.cc | 185 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref() 195 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
|
D | call_combiner.cc | 125 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Start() 157 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Stop()
|
D | combiner.cc | 74 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy() 84 "C:%p %s %" PRIdPTR " --> %" PRIdPTR " %s", lock, (op), \ 134 "C:%p grpc_combiner_execute c=%p last=%" PRIdPTR, in combiner_exec() 265 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
|
D | tcp_custom.cc | 95 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_unref() 108 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_ref()
|
D | endpoint_cfstream.cc | 81 "CFStream endpoint unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamUnref() 93 "CFStream endpoint ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamRef()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | metadata.cc | 71 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_ref() 85 "mdelem UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_unref() 161 gpr_log(GPR_DEBUG, "mdelem %s:%p:%" PRIdPTR ": '%s' = '%s'", tag, this, in TraceAtStart() 295 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", this, in RefWithShardLocked()
|
/external/grpc-grpc/test/core/gpr/ |
D | arena_test.cc | 41 gpr_asprintf(&s, "test '%s': %" PRIdPTR " <- {", name, init_size); in test() 44 gpr_asprintf(&s, "%" PRIdPTR ",", allocs[i]); in test()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 142 "AUTH_CONTEXT:%p ref %" PRIdPTR " -> %" PRIdPTR " %s", ctx, val, 160 "AUTH_CONTEXT:%p unref %" PRIdPTR " -> %" PRIdPTR " %s", ctx, val,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/ |
D | stats.cc | 153 "\"%s\": %" PRIdPTR, grpc_stats_counter_name[i], data->counters[i])); in grpc_stats_data_as_json() 159 absl::StrFormat("%s%" PRIdPTR, j == 0 ? "" : ",", in grpc_stats_data_as_json()
|
/external/grpc-grpc/src/core/lib/debug/ |
D | stats.cc | 150 gpr_asprintf(&tmp, "%s\"%s\": %" PRIdPTR, is_first ? "" : ", ", in grpc_stats_data_as_json() 160 gpr_asprintf(&tmp, "%s%" PRIdPTR, j == 0 ? "" : ",", in grpc_stats_data_as_json()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 119 "SECENDP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_unref() 132 "SECENDP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_ref()
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 92 "SECENDP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_unref() 105 "SECENDP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_ref()
|