Searched refs:size_bytes_ (Results 1 – 2 of 2) sorted by relevance
41 size_bytes_(std::make_shared<std::vector<uint8_t>>(kSizeBytes)) {} in LinkLayerSocketDevice()46 socket_->Recv(size_bytes_->data() + offset_, kSizeBytes); in Tick()62 pdl::packet::slice size(std::move(size_bytes_)); in Tick()
65 std::shared_ptr<std::vector<uint8_t>> size_bytes_; variable