Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_cq.cc154 class TagCallback : public grpc_completion_queue_functor { class
156 explicit TagCallback(int* iter) : iter_(iter) { in TagCallback() function in grpc::testing::TagCallback
/aosp_15_r20/external/grpc-grpc/test/core/surface/
H A Dcompletion_queue_test.cc423 class TagCallback : public grpc_completion_queue_functor { in TEST() class
425 TagCallback(int* counter, int tag) : counter_(counter), tag_(tag) { in TEST() function in TEST::TagCallback