Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketData.java493 public com.google.protobuf.Int64Value getRemoteFlowControlWindow() { in getRemoteFlowControlWindow() method in SocketData
506 return getRemoteFlowControlWindow(); in getRemoteFlowControlWindowOrBuilder()
610 output.writeMessage(12, getRemoteFlowControlWindow()); in writeTo()
669 .computeMessageSize(12, getRemoteFlowControlWindow()); in getSerializedSize()
730 result = result && getRemoteFlowControlWindow() in equals()
731 .equals(other.getRemoteFlowControlWindow()); in equals()
786 hash = (53 * hash) + getRemoteFlowControlWindow().hashCode(); in hashCode()
1127 mergeRemoteFlowControlWindow(other.getRemoteFlowControlWindow()); in mergeFrom()
2251 public com.google.protobuf.Int64Value getRemoteFlowControlWindow() { in getRemoteFlowControlWindow() method in SocketData.Builder
2390 getRemoteFlowControlWindow(), in getRemoteFlowControlWindowFieldBuilder()
DSocketDataOrBuilder.java225 com.google.protobuf.Int64Value getRemoteFlowControlWindow(); in getRemoteFlowControlWindow() method