Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfo.java40 tcpiFackets_ = 0; in SocketOptionTcpInfo()
168 tcpiFackets_ = input.readUInt32(); in SocketOptionTcpInfo()
400 private int tcpiFackets_; field in SocketOptionTcpInfo
405 return tcpiFackets_; in getTcpiFackets()
576 if (tcpiFackets_ != 0) { in writeTo()
577 output.writeUInt32(17, tcpiFackets_); in writeTo()
687 if (tcpiFackets_ != 0) { in getSerializedSize()
689 .computeUInt32Size(17, tcpiFackets_); in getSerializedSize()
1048 tcpiFackets_ = 0; in clear()
1112 result.tcpiFackets_ = tcpiFackets_; in buildPartial()
[all …]