Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java128 int getTcpiRtt(); in getTcpiRtt() method
DSocketOptionTcpInfo.java467 public int getTcpiRtt() { in getTcpiRtt() method in SocketOptionTcpInfo
801 result = result && (getTcpiRtt() in equals()
802 == other.getTcpiRtt()); in equals()
871 hash = (53 * hash) + getTcpiRtt(); in hashCode()
1235 if (other.getTcpiRtt() != 0) { in mergeFrom()
1236 setTcpiRtt(other.getTcpiRtt()); in mergeFrom()
1882 public int getTcpiRtt() { in getTcpiRtt() method in SocketOptionTcpInfo.Builder