Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java58 int getTcpiAto(); in getTcpiAto() method
DSocketOptionTcpInfo.java341 public int getTcpiAto() { in getTcpiAto() method in SocketOptionTcpInfo
773 result = result && (getTcpiAto() in equals()
774 == other.getTcpiAto()); in equals()
843 hash = (53 * hash) + getTcpiAto(); in hashCode()
1193 if (other.getTcpiAto() != 0) { in mergeFrom()
1194 setTcpiAto(other.getTcpiAto()); in mergeFrom()
1518 public int getTcpiAto() { in getTcpiAto() method in SocketOptionTcpInfo.Builder