Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java83 int getTcpiLost(); in getTcpiLost() method
DSocketOptionTcpInfo.java386 public int getTcpiLost() { in getTcpiLost() method in SocketOptionTcpInfo
783 result = result && (getTcpiLost() in equals()
784 == other.getTcpiLost()); in equals()
853 hash = (53 * hash) + getTcpiLost(); in hashCode()
1208 if (other.getTcpiLost() != 0) { in mergeFrom()
1209 setTcpiLost(other.getTcpiLost()); in mergeFrom()
1648 public int getTcpiLost() { in getTcpiLost() method in SocketOptionTcpInfo.Builder