HomeSort by relevance Sort by last modified time
    Searched refs:OnReadDone (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_reporter_async_service_impl.h 120 void OnReadDone(std::shared_ptr<ReportLoadHandler> self, bool ok);
load_reporter_async_service_impl.cc 174 CallableTag(std::bind(&ReportLoadHandler::OnReadDone, this,
187 void LoadReporterAsyncServiceImpl::ReportLoadHandler::OnReadDone(
198 Shutdown(std::move(self), "OnReadDone");
204 Shutdown(std::move(self), "OnReadDone+initial_request_not_found");
228 Shutdown(std::move(self), "OnReadDone");
232 CallableTag(std::bind(&ReportLoadHandler::OnReadDone, this,
243 Shutdown(std::move(self), "OnReadDone+second_request");
  /external/libchrome/mojo/core/
channel_win.cc 229 OnReadDone(static_cast<size_t>(bytes_transfered));
237 void OnReadDone(size_t bytes_read) {

Completed in 3892 milliseconds