Searched defs:WIRETYPE_START_GROUP (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java51 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormatMicro
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java51 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormat
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py50 WIRETYPE_START_GROUP = 3 variable
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h92 WIRETYPE_START_GROUP = 3, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
194 WireFormatLite::WIRETYPE_START_GROUP);

Completed in 96 milliseconds