Searched refs:on_finish (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | httpcli_test.cc | 44 static void on_finish(void* arg, grpc_error* error) { in on_finish() function 84 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get() 123 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
|
D | httpscli_test.cc | 46 static void on_finish(void* arg, grpc_error* error) { in on_finish() function 87 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get() 127 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
|
/external/v8/src/heap/ |
D | item-parallel-job.cc | 23 base::Semaphore* on_finish, std::vector<Item*>* items, size_t start_index, in SetupInternal() argument 25 on_finish_ = on_finish; in SetupInternal()
|
D | item-parallel-job.h | 108 base::Semaphore* on_finish, std::vector<Item*>* items,
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_gevent.pyx.pxi | 352 self.timer.start(self.on_finish) 354 def on_finish(self): member in TimerWrapper
|