Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java93 int getTcpiFackets(); in getTcpiFackets() method
DSocketOptionTcpInfo.java404 public int getTcpiFackets() { in getTcpiFackets() method in SocketOptionTcpInfo
787 result = result && (getTcpiFackets() in equals()
788 == other.getTcpiFackets()); in equals()
857 hash = (53 * hash) + getTcpiFackets(); in hashCode()
1214 if (other.getTcpiFackets() != 0) { in mergeFrom()
1215 setTcpiFackets(other.getTcpiFackets()); in mergeFrom()
1700 public int getTcpiFackets() { in getTcpiFackets() method in SocketOptionTcpInfo.Builder