Searched defs:TagCallback (Results 1 – 1 of 1) sorted by relevance
398 class TagCallback : public grpc_experimental_completion_queue_functor { in test_callback() class400 TagCallback(int* counter, int tag) : counter_(counter), tag_(tag) { in test_callback() function in test_callback::TagCallback