Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfo.java41 tcpiLastDataSent_ = 0; in SocketOptionTcpInfo()
173 tcpiLastDataSent_ = input.readUInt32(); in SocketOptionTcpInfo()
409 private int tcpiLastDataSent_; field in SocketOptionTcpInfo
414 return tcpiLastDataSent_; in getTcpiLastDataSent()
579 if (tcpiLastDataSent_ != 0) { in writeTo()
580 output.writeUInt32(18, tcpiLastDataSent_); in writeTo()
691 if (tcpiLastDataSent_ != 0) { in getSerializedSize()
693 .computeUInt32Size(18, tcpiLastDataSent_); in getSerializedSize()
1050 tcpiLastDataSent_ = 0; in clear()
1113 result.tcpiLastDataSent_ = tcpiLastDataSent_; in buildPartial()
[all …]