Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc398 class TagCallback : public grpc_experimental_completion_queue_functor { in test_callback() class
400 TagCallback(int* counter, int tag) : counter_(counter), tag_(tag) { in test_callback() function in test_callback::TagCallback