Searched refs:WIRETYPE_VARINT (Results 1 - 25 of 32) sorted by relevance

12

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java48 static final int WIRETYPE_VARINT = 0; field in class:WireFormatMicro
84 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
H A DCodedOutputStreamMicro.java136 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
143 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
150 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
171 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
215 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
225 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
246 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
253 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_VARINT);
H A DCodedInputStreamMicro.java115 case WireFormatMicro.WIRETYPE_VARINT:
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java50 public static final int WIRETYPE_VARINT = 0; field in class:WireFormat
112 INT64 (JavaType.LONG , WIRETYPE_VARINT ),
113 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
114 INT32 (JavaType.INT , WIRETYPE_VARINT ),
117 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ),
138 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
139 ENUM (JavaType.ENUM , WIRETYPE_VARINT ),
142 SINT32 (JavaType.INT , WIRETYPE_VARINT ),
143 SINT64 (JavaType.LONG , WIRETYPE_VARINT );
170 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
[all...]
H A DUnknownFieldSetLite.java155 case WireFormat.WIRETYPE_VARINT:
194 case WireFormat.WIRETYPE_VARINT:
304 case WireFormat.WIRETYPE_VARINT:
343 storeField(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_VARINT), (long) value);
H A DCodedOutputStream.java1126 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1132 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1144 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1156 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1496 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1502 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1514 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1526 writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1971 bufferTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
1978 bufferTag(fieldNumber, WireFormat.WIRETYPE_VARINT);
[all...]
H A DCodedInputStream.java180 case WireFormat.WIRETYPE_VARINT:
215 case WireFormat.WIRETYPE_VARINT: {
H A DTextFormat.java264 case WireFormat.WIRETYPE_VARINT:
462 printUnknownField(number, WireFormat.WIRETYPE_VARINT,
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc103 WireFormatLite::WIRETYPE_VARINT, // TYPE_INT64
104 WireFormatLite::WIRETYPE_VARINT, // TYPE_UINT64
105 WireFormatLite::WIRETYPE_VARINT, // TYPE_INT32
108 WireFormatLite::WIRETYPE_VARINT, // TYPE_BOOL
113 WireFormatLite::WIRETYPE_VARINT, // TYPE_UINT32
114 WireFormatLite::WIRETYPE_VARINT, // TYPE_ENUM
117 WireFormatLite::WIRETYPE_VARINT, // TYPE_SINT32
118 WireFormatLite::WIRETYPE_VARINT, // TYPE_SINT64
124 case WireFormatLite::WIRETYPE_VARINT: {
169 case WireFormatLite::WIRETYPE_VARINT
[all...]
H A Dwire_format_lite_inl.h675 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
681 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
687 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
693 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
699 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
705 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
747 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
753 target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
H A Dwire_format_lite.h87 WIRETYPE_VARINT = 0, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
209 WireFormatLite::WIRETYPE_VARINT);
H A Dwire_format.cc79 case WireFormatLite::WIRETYPE_VARINT: {
186 WireFormatLite::WIRETYPE_VARINT));
320 WireFormatLite::WIRETYPE_VARINT));
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java50 static final int WIRETYPE_VARINT = 0; field in class:WireFormatNano
H A DCodedOutputByteBufferNano.java109 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
116 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
123 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
144 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
188 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
198 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
219 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
226 writeTag(fieldNumber, WireFormatNano.WIRETYPE_VARINT);
H A DCodedInputByteBufferNano.java107 case WireFormatNano.WIRETYPE_VARINT:
/external/nanopb-c/generator/google/protobuf/internal/
H A Dtype_checkers.py267 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
268 _FieldDescriptor.TYPE_UINT64: wire_format.WIRETYPE_VARINT,
269 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
272 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
280 _FieldDescriptor.TYPE_UINT32: wire_format.WIRETYPE_VARINT,
281 _FieldDescriptor.TYPE_ENUM: wire_format.WIRETYPE_VARINT,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
285 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
H A Ddecoder.py349 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint32)
352 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint)
354 UInt32Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint32)
355 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint)
358 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)
360 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
374 wire_format.WIRETYPE_VARINT, _DecodeVarint, bool)
570 type_id_tag_bytes = encoder.TagBytes(2, wire_format.WIRETYPE_VARINT)
H A Dencoder.py594 wire_format.WIRETYPE_VARINT, _EncodeSignedVarint, _SignedVarintSize)
597 wire_format.WIRETYPE_VARINT, _EncodeVarint, _VarintSize)
600 wire_format.WIRETYPE_VARINT, _EncodeVarint, _VarintSize,
633 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
643 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
757 TagBytes(2, wire_format.WIRETYPE_VARINT),
H A Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py333 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
334 _FieldDescriptor.TYPE_UINT64: wire_format.WIRETYPE_VARINT,
335 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
338 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
346 _FieldDescriptor.TYPE_UINT32: wire_format.WIRETYPE_VARINT,
347 _FieldDescriptor.TYPE_ENUM: wire_format.WIRETYPE_VARINT,
350 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
351 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
H A Ddecoder.py374 wire_format.WIRETYPE_VARINT)
386 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
422 wire_format.WIRETYPE_VARINT)
433 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint32)
436 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint)
438 UInt32Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint32)
439 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint)
442 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)
444 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
458 wire_format.WIRETYPE_VARINT, _DecodeVarin
[all...]
H A Dencoder.py621 wire_format.WIRETYPE_VARINT, _EncodeSignedVarint, _SignedVarintSize)
624 wire_format.WIRETYPE_VARINT, _EncodeVarint, _VarintSize)
627 wire_format.WIRETYPE_VARINT, _EncodeVarint, _VarintSize,
660 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
670 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
784 TagBytes(2, wire_format.WIRETYPE_VARINT),
H A Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetLiteTest.java93 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
107 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
136 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
141 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
H A DCodedInputStreamTest.java119 assertTrue(input.skipField(WireFormat.WIRETYPE_VARINT));
141 assertTrue(input.skipField(WireFormat.WIRETYPE_VARINT));

Completed in 646 milliseconds

12