Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java98 int getTcpiLastDataSent(); in getTcpiLastDataSent() method
DSocketOptionTcpInfo.java413 public int getTcpiLastDataSent() { in getTcpiLastDataSent() method in SocketOptionTcpInfo
789 result = result && (getTcpiLastDataSent() in equals()
790 == other.getTcpiLastDataSent()); in equals()
859 hash = (53 * hash) + getTcpiLastDataSent(); in hashCode()
1217 if (other.getTcpiLastDataSent() != 0) { in mergeFrom()
1218 setTcpiLastDataSent(other.getTcpiLastDataSent()); in mergeFrom()
1726 public int getTcpiLastDataSent() { in getTcpiLastDataSent() method in SocketOptionTcpInfo.Builder