Searched defs:bytes_received (Results 1 – 5 of 5) sorted by relevance
39 size_t bytes_received = socket_.TryReceive(Link::kSizeBytes, received_->data()); in TimerTick() local49 size_t bytes_received = socket_.TryReceive(bytes_left_, received_->data() + offset_); in TimerTick() local
520 uint64_t bytes_received, in BytesReceived()
298 uint64_t bytes_received = 2 * 1024 * 1024; // 2MB in TEST_F() local320 uint64_t bytes_received = 5 * 1024 * 1024; // ignored in TEST_F() local
1224 uint64_t bytes_received, in BytesReceived()
599 uint32_t bytes_received; /* Total bytes received since activation */ member