OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WIRETYPE_START_GROUP
(Results
1 - 5
of
5
) 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/nano/
WireFormatNano.java
53
static final int
WIRETYPE_START_GROUP
= 3;
82
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 831 milliseconds