Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc266 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.cc89 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextUnaryImpl
360 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingPingPongImpl
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