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

  /external/protobuf/java/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/java/src/main/java/com/google/protobuf/
WireFormat.java 51 static final int WIRETYPE_START_GROUP = 3;
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 50 WIRETYPE_START_GROUP = 3
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 92 WIRETYPE_START_GROUP = 3,
194 WireFormatLite::WIRETYPE_START_GROUP);

Completed in 1130 milliseconds