Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dthread_stress_test.cc73 virtual bool AllowExhaustion() = 0;
102 bool AllowExhaustion() override { return false; } in AllowExhaustion() function in grpc::testing::CommonStressTestInsecure
126 bool AllowExhaustion() override { return allow_resource_exhaustion; } in AllowExhaustion() function in grpc::testing::CommonStressTestInproc
314 this->common_.AllowExhaustion(), &errors); in TYPED_TEST()
324 if (this->common_.AllowExhaustion()) { in TYPED_TEST()