Searched refs:NotCalledClosure (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/transport/ |
D | byte_stream_test.cc | 40 void NotCalledClosure(void* arg, grpc_error* error) { GPR_ASSERT(false); } in NotCalledClosure() function 59 GRPC_CLOSURE_INIT(&closure, NotCalledClosure, nullptr, in TEST() 91 GRPC_CLOSURE_INIT(&closure, NotCalledClosure, nullptr, in TEST() 136 GRPC_CLOSURE_INIT(&closure, NotCalledClosure, nullptr, in TEST() 171 GRPC_CLOSURE_INIT(&closure, NotCalledClosure, nullptr, in TEST() 214 GRPC_CLOSURE_INIT(&closure, NotCalledClosure, nullptr, in TEST()
|