Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_async.cc270 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
325 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingImpl
404 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromClientImpl
473 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromServerImpl
H A Dclient_async.cc92 bool RunNextState(bool /*ok*/, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextUnaryImpl
363 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingPingPongImpl
549 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromClientImpl
681 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromServerImpl
796 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextGenericStreamingImpl