Home
last modified time | relevance | path

Searched refs:bytes_recv_ (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h133 bytes_recv_(bytes_recv), in start_count_()
144 bytes_recv_ += other.bytes_recv_; in MergeFrom()
162 ", bytes_recv_=" + grpc::to_string(bytes_recv_) + in ToString()
177 uint64_t bytes_recv() const { return bytes_recv_; } in bytes_recv()
189 uint64_t bytes_recv_ = 0; variable