Home
last modified time | relevance | path

Searched refs:computeUInt32Size (Results 1 – 25 of 184) sorted by relevance

12345678

/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DBfdStatusPacketCounts.java236 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(39375263, numRx_); in getSerializedSize()
239 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(39375325, numTx_); in getSerializedSize()
242 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(281007902, numRxRejected_); in getSerializedSize()
245 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(455361850, numRxSuccessful_); in getSerializedSize()
DBfdPacket.java1069 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(76663113, myDiscriminator_); in getSerializedSize()
1073 com.google.protobuf.CodedOutputStream.computeUInt32Size(97286868, minEchoRxIntervalMs_); in getSerializedSize()
1086 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(191331777, multiplier_); in getSerializedSize()
1095 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(351608024, version_); in getSerializedSize()
1098 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(463399028, minRxIntervalMs_); in getSerializedSize()
1101 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(504249062, length_); in getSerializedSize()
1105 com.google.protobuf.CodedOutputStream.computeUInt32Size(515634064, yourDiscriminator_); in getSerializedSize()
1108 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(526023602, minTxIntervalMs_); in getSerializedSize()
DRouterBgpPeerBfd.java415 com.google.protobuf.CodedOutputStream.computeUInt32Size(186981614, minReceiveInterval_); in getSerializedSize()
418 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(191331777, multiplier_); in getSerializedSize()
422 com.google.protobuf.CodedOutputStream.computeUInt32Size(523282631, minTransmitInterval_); in getSerializedSize()
DVpnGatewayStatusTunnel.java240 com.google.protobuf.CodedOutputStream.computeUInt32Size( in getSerializedSize()
245 com.google.protobuf.CodedOutputStream.computeUInt32Size(214380385, peerGatewayInterface_); in getSerializedSize()
DHttpFaultAbort.java168 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(468949897, httpStatus_); in getSerializedSize()
DInterconnectAttachmentPrivateInfo.java130 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(271820992, tag8021Q_); in getSerializedSize()
DRouterBgp.java658 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(96892, asn_); in getSerializedSize()
675 com.google.protobuf.CodedOutputStream.computeUInt32Size(276771516, keepaliveInterval_); in getSerializedSize()
DExternalVpnGatewayInterface.java200 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3355, id_); in getSerializedSize()
DHttpRetryPolicy.java259 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(251680141, numRetries_); in getSerializedSize()
DServiceAttachmentConsumerProjectLimit.java271 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(131403546, connectionLimit_); in getSerializedSize()
DWeightedBackendService.java253 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(282149496, weight_); in getSerializedSize()
DVpnGatewayVpnGatewayInterface.java271 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3355, id_); in getSerializedSize()
DRouterNatRule.java331 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(535211500, ruleNumber_); in getSerializedSize()
DExchangedPeeringRoute.java571 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(445151652, priority_); in getSerializedSize()
DListTargetHttpsProxiesRequest.java434 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(54715419, maxResults_); in getSerializedSize()
DAggregatedListReservationsRequest.java471 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(54715419, maxResults_); in getSerializedSize()
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
DHealthCheck.java347 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, healthyThreshold_); in getSerializedSize()
350 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, unhealthyThreshold_); in getSerializedSize()
353 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, restartThreshold_); in getSerializedSize()
DReadinessCheck.java417 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, failureThreshold_); in getSerializedSize()
420 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, successThreshold_); in getSerializedSize()
DLivenessCheck.java411 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, failureThreshold_); in getSerializedSize()
414 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, successThreshold_); in getSerializedSize()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java664 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputByteBufferNano
1110 return computeUInt32Size(number, (Integer) object); in computeFieldSize()
DExtension.java683 return CodedOutputByteBufferNano.computeUInt32Size(fieldNumber, uint32Value); in computeSingularSerializedSize()
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java516 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java516 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputStream
679 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeMessageSetExtensionSize()
690 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeRawMessageSetExtensionSize()
702 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeLazyFieldMessageSetExtensionSize()
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java516 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputStream
679 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeMessageSetExtensionSize()
690 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeRawMessageSetExtensionSize()
702 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeLazyFieldMessageSetExtensionSize()
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java516 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputStream
679 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeMessageSetExtensionSize()
690 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeRawMessageSetExtensionSize()
702 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) in computeLazyFieldMessageSetExtensionSize()

12345678