HomeSort by relevance Sort by last modified time
    Searched defs:WIRETYPE_END_GROUP (Results 1 - 8 of 8) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 52 static final int WIRETYPE_END_GROUP = 4;
82 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
CodedInputStreamMicro.java 128 WireFormatMicro.WIRETYPE_END_GROUP));
130 case WireFormatMicro.WIRETYPE_END_GROUP:
219 WireFormatMicro.makeTag(fieldNumber, WireFormatMicro.WIRETYPE_END_GROUP));
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 54 static final int WIRETYPE_END_GROUP = 4;
84 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
CodedInputByteBufferNano.java 120 WireFormatNano.WIRETYPE_END_GROUP));
122 case WireFormatNano.WIRETYPE_END_GROUP:
211 WireFormatNano.makeTag(fieldNumber, WireFormatNano.WIRETYPE_END_GROUP));
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 52 static final int WIRETYPE_END_GROUP = 4;
158 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
CodedInputStream.java 131 WireFormat.WIRETYPE_END_GROUP));
133 case WireFormat.WIRETYPE_END_GROUP:
224 WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP));
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 51 WIRETYPE_END_GROUP = 4
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 93 WIRETYPE_END_GROUP = 4,
197 WireFormatLite::WIRETYPE_END_GROUP);

Completed in 4882 milliseconds