Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketData.java454 public com.google.protobuf.Int64Value getLocalFlowControlWindow() { in getLocalFlowControlWindow() method in SocketData
467 return getLocalFlowControlWindow(); in getLocalFlowControlWindowOrBuilder()
607 output.writeMessage(11, getLocalFlowControlWindow()); in writeTo()
665 .computeMessageSize(11, getLocalFlowControlWindow()); in getSerializedSize()
725 result = result && getLocalFlowControlWindow() in equals()
726 .equals(other.getLocalFlowControlWindow()); in equals()
782 hash = (53 * hash) + getLocalFlowControlWindow().hashCode(); in hashCode()
1124 mergeLocalFlowControlWindow(other.getLocalFlowControlWindow()); in mergeFrom()
2080 public com.google.protobuf.Int64Value getLocalFlowControlWindow() { in getLocalFlowControlWindow() method in SocketData.Builder
2219 getLocalFlowControlWindow(), in getLocalFlowControlWindowFieldBuilder()
DSocketDataOrBuilder.java194 com.google.protobuf.Int64Value getLocalFlowControlWindow(); in getLocalFlowControlWindow() method