Home
last modified time | relevance | path

Searched refs:StartInternal (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc87 StartInternal(cq); in Start()
114 clone->StartInternal(cq); in StartNewClone()
138 void StartInternal(CompletionQueue* cq) { in StartInternal() function in grpc::testing::ClientRpcContextUnaryImpl
358 StartInternal(cq, config.messages_per_stream(), config.use_coalesce_api()); in Start()
429 clone->StartInternal(cq, messages_per_stream_, coalesce_); in StartNewClone()
468 void StartInternal(CompletionQueue* cq, int messages_per_stream, in StartInternal() function in grpc::testing::ClientRpcContextStreamingPingPongImpl
543 StartInternal(cq); in Start()
584 clone->StartInternal(cq); in StartNewClone()
613 void StartInternal(CompletionQueue* cq) { in StartInternal() function in grpc::testing::ClientRpcContextStreamingFromClientImpl
674 StartInternal(cq); in Start()
[all …]
/external/libchrome/base/trace_event/
Dmemory_dump_scheduler.cc34 task_runner->PostTask(FROM_HERE, BindOnce(&MemoryDumpScheduler::StartInternal, in Start()
46 void MemoryDumpScheduler::StartInternal(MemoryDumpScheduler::Config config) { in StartInternal() function in base::trace_event::MemoryDumpScheduler
Dmemory_dump_scheduler.h55 void StartInternal(Config);