Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java103 int getTcpiLastAckSent(); in getTcpiLastAckSent() method
DSocketOptionTcpInfo.java422 public int getTcpiLastAckSent() { in getTcpiLastAckSent() method in SocketOptionTcpInfo
791 result = result && (getTcpiLastAckSent() in equals()
792 == other.getTcpiLastAckSent()); in equals()
861 hash = (53 * hash) + getTcpiLastAckSent(); in hashCode()
1220 if (other.getTcpiLastAckSent() != 0) { in mergeFrom()
1221 setTcpiLastAckSent(other.getTcpiLastAckSent()); in mergeFrom()
1752 public int getTcpiLastAckSent() { in getTcpiLastAckSent() method in SocketOptionTcpInfo.Builder