Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketDataOrBuilder.java215 boolean hasRemoteFlowControlWindow(); in hasRemoteFlowControlWindow() method
DSocketData.java481 public boolean hasRemoteFlowControlWindow() { in hasRemoteFlowControlWindow() method in SocketData
728 result = result && (hasRemoteFlowControlWindow() == other.hasRemoteFlowControlWindow()); in equals()
729 if (hasRemoteFlowControlWindow()) { in equals()
784 if (hasRemoteFlowControlWindow()) { in hashCode()
1126 if (other.hasRemoteFlowControlWindow()) { in mergeFrom()
2239 public boolean hasRemoteFlowControlWindow() { in hasRemoteFlowControlWindow() method in SocketData.Builder