Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java28 int getTcpiProbes(); in getTcpiProbes() method
DSocketOptionTcpInfo.java287 public int getTcpiProbes() { in getTcpiProbes() method in SocketOptionTcpInfo
761 result = result && (getTcpiProbes() in equals()
762 == other.getTcpiProbes()); in equals()
831 hash = (53 * hash) + getTcpiProbes(); in hashCode()
1175 if (other.getTcpiProbes() != 0) { in mergeFrom()
1176 setTcpiProbes(other.getTcpiProbes()); in mergeFrom()
1362 public int getTcpiProbes() { in getTcpiProbes() method in SocketOptionTcpInfo.Builder