OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoNothing_cb
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/test/cpp/naming/
cancel_ares_query_test.cc
133
grpc_closure
DoNothing_cb
;
134
GRPC_CLOSURE_INIT(&
DoNothing_cb
, DoNothing, nullptr,
136
grpc_pollset_shutdown(args->pollset, &
DoNothing_cb
);
resolver_component_test.cc
185
grpc_closure
DoNothing_cb
;
186
GRPC_CLOSURE_INIT(&
DoNothing_cb
, DoNothing, nullptr,
188
grpc_pollset_shutdown(args->pollset, &
DoNothing_cb
);
Completed in 316 milliseconds