HomeSort by relevance Sort by last modified time
    Searched defs:WIRETYPE_END_GROUP (Results 1 - 12 of 12) 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;
CodedInputByteBufferNano.java 120 WireFormatNano.WIRETYPE_END_GROUP));
122 case WireFormatNano.WIRETYPE_END_GROUP:
211 WireFormatNano.makeTag(fieldNumber, WireFormatNano.WIRETYPE_END_GROUP));
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 51 WIRETYPE_END_GROUP = 4
  /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/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 92 WIRETYPE_END_GROUP = 4,
205 WireFormatLite::WIRETYPE_END_GROUP);
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 93 WIRETYPE_END_GROUP = 4,
197 WireFormatLite::WIRETYPE_END_GROUP);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 526 milliseconds