Home
last modified time | relevance | path

Searched refs:DEBUG_LOCATION (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc366 CheckRpcSendOk(stub, DEBUG_LOCATION); in TEST_F()
388 WaitForServer(stub, 0, DEBUG_LOCATION); in TEST_F()
397 CheckRpcSendOk(second_stub, DEBUG_LOCATION); in TEST_F()
498 CheckRpcSendOk(stub, DEBUG_LOCATION); in TEST_F()
517 WaitForServer(stub, 1, DEBUG_LOCATION); in TEST_F()
525 WaitForServer(stub, 2, DEBUG_LOCATION); in TEST_F()
546 CheckRpcSendOk(stub, DEBUG_LOCATION); in TEST_F()
556 CheckRpcSendOk(stub, DEBUG_LOCATION); in TEST_F()
558 WaitForServer(stub, 0, DEBUG_LOCATION); in TEST_F()
597 if ((i + 1) % 10 == 0) CheckRpcSendOk(stub, DEBUG_LOCATION); in TEST_P()
[all …]
/external/grpc-grpc/test/core/gprpp/
Dref_counted_test.cc59 RefCountedPtr<FooWithTracing> foop = foo->Ref(DEBUG_LOCATION, "extra_ref"); in TEST()
61 foo->Unref(DEBUG_LOCATION, "extra_ref"); in TEST()
66 foo->Unref(DEBUG_LOCATION, "original_ref"); in TEST()
Dorphanable_test.cc94 void StartWork() { self_ref_ = Ref(DEBUG_LOCATION, "work"); } in StartWork()
98 Unref(DEBUG_LOCATION, "work"); in FinishWork()
Dref_counted_ptr_test.cc173 RefCountedPtr<FooWithTracing> foo2 = foo->Ref(DEBUG_LOCATION, "foo"); in TEST()
175 foo->Unref(DEBUG_LOCATION, "foo"); in TEST()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc592 auto self = Ref(DEBUG_LOCATION, "on_initial_request_sent"); in StartQuery()
614 self = Ref(DEBUG_LOCATION, "on_message_received"); in StartQuery()
654 lb_calld->Unref(DEBUG_LOCATION, "client_load_report"); in MaybeSendClientLoadReportLocked()
725 lb_calld->Unref(DEBUG_LOCATION, "client_load_report"); in ClientLoadReportDoneLocked()
743 lb_calld->Unref(DEBUG_LOCATION, "on_initial_request_sent"); in OnInitialRequestSentLocked()
753 lb_calld->Unref(DEBUG_LOCATION, "on_message_received"); in OnBalancerMessageReceivedLocked()
814 auto self = lb_calld->Ref(DEBUG_LOCATION, "client_load_report"); in OnBalancerMessageReceivedLocked()
875 lb_calld->Unref(DEBUG_LOCATION, "on_message_received+grpclb_shutdown"); in OnBalancerMessageReceivedLocked()
912 lb_calld->Unref(DEBUG_LOCATION, "lb_call_ended"); in OnBalancerStatusReceivedLocked()
1349 auto self = Ref(DEBUG_LOCATION, "watch_lb_channel_connectivity"); in UpdateLocked()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc188 r->Unref(DEBUG_LOCATION, "retry-timer"); in OnNextResolutionLocked()
227 r->Ref(DEBUG_LOCATION, "next_resolution_timer"); in OnResolvedLocked()
244 r->Unref(DEBUG_LOCATION, "dns-resolving"); in OnResolvedLocked()
268 Ref(DEBUG_LOCATION, "next_resolution_timer_cooldown"); in MaybeStartResolvingLocked()
283 RefCountedPtr<Resolver> self = Ref(DEBUG_LOCATION, "dns-resolving"); in StartResolvingLocked()
/external/grpc-grpc/src/core/lib/gprpp/
Ddebug_location.h39 #define DEBUG_LOCATION ::grpc_core::DebugLocation(__FILE__, __LINE__) macro
47 #define DEBUG_LOCATION ::grpc_core::DebugLocation()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc222 r->Unref(DEBUG_LOCATION, "next_resolution_timer"); in OnNextResolutionLocked()
354 RefCountedPtr<Resolver> self = r->Ref(DEBUG_LOCATION, "retry-timer"); in OnResolvedLocked()
370 r->Unref(DEBUG_LOCATION, "dns-resolving"); in OnResolvedLocked()
394 Ref(DEBUG_LOCATION, "next_resolution_timer_cooldown"); in MaybeStartResolvingLocked()
409 RefCountedPtr<Resolver> self = Ref(DEBUG_LOCATION, "dns-resolving"); in StartResolvingLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h228 InternallyRefCountedWithTracing<SubchannelListType>::Unref(DEBUG_LOCATION, in Orphan()
340 subchannel_list()->Ref(DEBUG_LOCATION, "connectivity_watch").release(); in StartConnectivityWatchLocked()
378 subchannel_list()->Unref(DEBUG_LOCATION, "connectivity_watch"); in StopConnectivityWatchLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc106 policy->Ref(DEBUG_LOCATION, "subchannel_list").release(); in PickFirstSubchannelList()
111 p->Unref(DEBUG_LOCATION, "subchannel_list"); in ~PickFirstSubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc148 policy->Ref(DEBUG_LOCATION, "subchannel_list").release(); in RoundRobinSubchannelList()
154 p->Unref(DEBUG_LOCATION, "subchannel_list"); in ~RoundRobinSubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc716 connection->Unref(DEBUG_LOCATION, "subchannel_call"); in subchannel_call_destroy()
860 Ref(DEBUG_LOCATION, "subchannel_call"); in CreateCall()
/external/pcre/dist2/
DCMakeLists.txt651 GET_TARGET_PROPERTY(PCRE2GREP_EXE pcre2grep DEBUG_LOCATION)
654 GET_TARGET_PROPERTY(PCRE2TEST_EXE pcre2test DEBUG_LOCATION)