Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java43 int getTcpiSndWscale(); in getTcpiSndWscale() method
DSocketOptionTcpInfo.java314 public int getTcpiSndWscale() { in getTcpiSndWscale() method in SocketOptionTcpInfo
767 result = result && (getTcpiSndWscale() in equals()
768 == other.getTcpiSndWscale()); in equals()
837 hash = (53 * hash) + getTcpiSndWscale(); in hashCode()
1184 if (other.getTcpiSndWscale() != 0) { in mergeFrom()
1185 setTcpiSndWscale(other.getTcpiSndWscale()); in mergeFrom()
1440 public int getTcpiSndWscale() { in getTcpiSndWscale() method in SocketOptionTcpInfo.Builder