/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
D | BfdStatusPacketCounts.java | 236 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()
|
D | BfdPacket.java | 1069 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()
|
D | RouterBgpPeerBfd.java | 415 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()
|
D | VpnGatewayStatusTunnel.java | 240 com.google.protobuf.CodedOutputStream.computeUInt32Size( in getSerializedSize() 245 com.google.protobuf.CodedOutputStream.computeUInt32Size(214380385, peerGatewayInterface_); in getSerializedSize()
|
D | HttpFaultAbort.java | 168 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(468949897, httpStatus_); in getSerializedSize()
|
D | InterconnectAttachmentPrivateInfo.java | 130 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(271820992, tag8021Q_); in getSerializedSize()
|
D | RouterBgp.java | 658 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(96892, asn_); in getSerializedSize() 675 com.google.protobuf.CodedOutputStream.computeUInt32Size(276771516, keepaliveInterval_); in getSerializedSize()
|
D | ExternalVpnGatewayInterface.java | 200 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3355, id_); in getSerializedSize()
|
D | HttpRetryPolicy.java | 259 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(251680141, numRetries_); in getSerializedSize()
|
D | ServiceAttachmentConsumerProjectLimit.java | 271 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(131403546, connectionLimit_); in getSerializedSize()
|
D | WeightedBackendService.java | 253 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(282149496, weight_); in getSerializedSize()
|
D | VpnGatewayVpnGatewayInterface.java | 271 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3355, id_); in getSerializedSize()
|
D | RouterNatRule.java | 331 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(535211500, ruleNumber_); in getSerializedSize()
|
D | ExchangedPeeringRoute.java | 571 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(445151652, priority_); in getSerializedSize()
|
D | ListTargetHttpsProxiesRequest.java | 434 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(54715419, maxResults_); in getSerializedSize()
|
D | AggregatedListReservationsRequest.java | 471 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/ |
D | HealthCheck.java | 347 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()
|
D | ReadinessCheck.java | 417 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, failureThreshold_); in getSerializedSize() 420 size += com.google.protobuf.CodedOutputStream.computeUInt32Size(4, successThreshold_); in getSerializedSize()
|
D | LivenessCheck.java | 411 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/ |
D | CodedOutputByteBufferNano.java | 664 public static int computeUInt32Size(final int fieldNumber, final int value) { in computeUInt32Size() method in CodedOutputByteBufferNano 1110 return computeUInt32Size(number, (Integer) object); in computeFieldSize()
|
D | Extension.java | 683 return CodedOutputByteBufferNano.computeUInt32Size(fieldNumber, uint32Value); in computeSingularSerializedSize()
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 516 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/ |
D | CodedOutputStream.java | 516 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/ |
D | CodedOutputStream.java | 516 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/ |
D | CodedOutputStream.java | 516 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()
|