Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java88 int getTcpiRetrans(); in getTcpiRetrans() method
DSocketOptionTcpInfo.java395 public int getTcpiRetrans() { in getTcpiRetrans() method in SocketOptionTcpInfo
785 result = result && (getTcpiRetrans() in equals()
786 == other.getTcpiRetrans()); in equals()
855 hash = (53 * hash) + getTcpiRetrans(); in hashCode()
1211 if (other.getTcpiRetrans() != 0) { in mergeFrom()
1212 setTcpiRetrans(other.getTcpiRetrans()); in mergeFrom()
1674 public int getTcpiRetrans() { in getTcpiRetrans() method in SocketOptionTcpInfo.Builder