HomeSort by relevance Sort by last modified time
    Searched refs:WIRETYPE_START_GROUP (Results 1 - 25 of 50) sorted by null

1 2

  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 51 static final int WIRETYPE_START_GROUP = 3;
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 53 static final int WIRETYPE_START_GROUP = 3;
CodedInputByteBufferNano.java 116 case WireFormatNano.WIRETYPE_START_GROUP:
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 53 public static final int WIRETYPE_START_GROUP = 3;
123 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
166 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
UnknownFieldSetLite.java 167 case WireFormat.WIRETYPE_START_GROUP:
168 output.writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
206 case WireFormat.WIRETYPE_START_GROUP:
316 case WireFormat.WIRETYPE_START_GROUP:
CodedOutputStream.java     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 110 WireFormatLite::WIRETYPE_START_GROUP, // TYPE_GROUP
140 case WireFormatLite::WIRETYPE_START_GROUP: {
194 case WireFormatLite::WIRETYPE_START_GROUP: {
448 WriteTag(field_number, WIRETYPE_START_GROUP, output);
465 WriteTag(field_number, WIRETYPE_START_GROUP, output);
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
203 WireFormatLite::WIRETYPE_START_GROUP);
wire_format.cc 104 case WireFormatLite::WIRETYPE_START_GROUP: {
208 WireFormatLite::WIRETYPE_START_GROUP));
242 field.number(), WireFormatLite::WIRETYPE_START_GROUP, target);
346 WireFormatLite::WIRETYPE_START_GROUP));
    [all...]
wire_format_lite_inl.h 585 WriteTag(field_number, WIRETYPE_START_GROUP, output);
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 50 WIRETYPE_START_GROUP = 3
decoder.py 462 wire_format.WIRETYPE_START_GROUP)
554 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP)
encoder.py 701 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
756 TagBytes(1, wire_format.WIRETYPE_START_GROUP),
type_checkers.py 275 _FieldDescriptor.TYPE_GROUP: wire_format.WIRETYPE_START_GROUP,
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 50 WIRETYPE_START_GROUP = 3
encoder.py 728 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
783 TagBytes(1, wire_format.WIRETYPE_START_GROUP),
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
UnknownFieldSetLiteTest.java 211 output.writeTag(100, WireFormat.WIRETYPE_START_GROUP);
226 output.writeTag(100, WireFormat.WIRETYPE_START_GROUP);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
192 WireFormatLite::WIRETYPE_START_GROUP);
wire_format_lite_inl.h 483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
678 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
697 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
192 WireFormatLite::WIRETYPE_START_GROUP);
wire_format_lite_inl.h 483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
678 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
697 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
192 WireFormatLite::WIRETYPE_START_GROUP);
wire_format_lite_inl.h 483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
678 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
697 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
203 WireFormatLite::WIRETYPE_START_GROUP);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 90 WIRETYPE_START_GROUP = 3,
192 WireFormatLite::WIRETYPE_START_GROUP);

Completed in 808 milliseconds

1 2