Home
last modified time | relevance | path

Searched defs:TagCallback (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq.cc165 class TagCallback : public grpc_experimental_completion_queue_functor { class
167 explicit TagCallback(int* iter) : iter_(iter) { in TagCallback() function in grpc::testing::TagCallback
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc416 class TagCallback : public grpc_experimental_completion_queue_functor { in test_callback() class
418 TagCallback(int* counter, int tag) : counter_(counter), tag_(tag) { in test_callback() function in test_callback::TagCallback