Searched refs:write_closure_ (Results 1 – 3 of 3) sorted by relevance
84 write_closure_(std::move(write_closure)) {} in CallClosureHandler()88 EXPECT_TRUE(write_closure_.is_null()); in ~CallClosureHandler()97 EXPECT_TRUE(write_closure_.is_null()); in SetWriteClosure()98 write_closure_ = std::move(write_closure); in SetWriteClosure()119 ASSERT_FALSE(write_closure_.is_null()); in OnFileCanWriteWithoutBlocking()120 std::move(write_closure_).Run(); in OnFileCanWriteWithoutBlocking()125 OnceClosure write_closure_; member in base::__anon30edc82f0111::CallClosureHandler
92 GPR_ASSERT(write_closure_ == nullptr); in ~GrpcPolledFdWindows()103 GRPC_CLOSURE_SCHED(write_closure_, error); in ScheduleAndNullWriteClosure()104 write_closure_ = nullptr; in ScheduleAndNullWriteClosure()141 GPR_ASSERT(write_closure_ == nullptr); in RegisterForOnWriteableLocked()142 write_closure_ = write_closure; in RegisterForOnWriteableLocked()372 grpc_closure* write_closure_ = nullptr; member in grpc_core::GrpcPolledFdWindows
121 grpc_closure write_closure_; member in GrpcUdpListener239 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in shutdown_fd()501 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in fd_notify_on_write_wrapper()513 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in do_write()729 GRPC_CLOSURE_INIT(&write_closure_, on_write, this, grpc_schedule_on_exec_ctx); in StartListening()731 grpc_fd_notify_on_write(emfd_, &write_closure_); in StartListening()