Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc224 if (!ctx->RunNextState(ok)) { in ThreadFunc()
239 virtual bool RunNextState(bool) = 0; // next state, return false if done
266 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
321 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingImpl
400 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromClientImpl
469 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromServerImpl
Dclient_async.cc52 virtual bool RunNextState(bool, HistogramEntry* entry) = 0;
89 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextUnaryImpl
141 RunNextState(true, nullptr); in StartInternal()
275 if (!ctx->RunNextState(ok, entry_ptr)) { in ThreadFunc()
360 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingPingPongImpl
484 RunNextState(true, nullptr); in StartInternal()
545 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromClientImpl
676 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromServerImpl
790 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextGenericStreamingImpl