Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java108 int getTcpiLastDataRecv(); in getTcpiLastDataRecv() method
DSocketOptionTcpInfo.java431 public int getTcpiLastDataRecv() { in getTcpiLastDataRecv() method in SocketOptionTcpInfo
793 result = result && (getTcpiLastDataRecv() in equals()
794 == other.getTcpiLastDataRecv()); in equals()
863 hash = (53 * hash) + getTcpiLastDataRecv(); in hashCode()
1223 if (other.getTcpiLastDataRecv() != 0) { in mergeFrom()
1224 setTcpiLastDataRecv(other.getTcpiLastDataRecv()); in mergeFrom()
1778 public int getTcpiLastDataRecv() { in getTcpiLastDataRecv() method in SocketOptionTcpInfo.Builder