Home
last modified time | relevance | path

Searched refs:grpc_disable_error_creation (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/end2end/tests/
Dno_error_on_hotpath.cc217 grpc_disable_error_creation(); in test_no_error_on_hotpath_one_request()
232 grpc_disable_error_creation(); in test_no_error_on_hotpath_10_requests()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.h128 void grpc_disable_error_creation();
Derror.cc317 void grpc_disable_error_creation() { g_error_creation_allowed = false; } in grpc_disable_error_creation() function