OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_SET_MESSAGE
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java
76
static final int
MESSAGE_SET_MESSAGE
= 3;
86
makeTag(
MESSAGE_SET_MESSAGE
, WIRETYPE_LENGTH_DELIMITED);
/external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java
152
static final int
MESSAGE_SET_MESSAGE
= 3;
162
makeTag(
MESSAGE_SET_MESSAGE
, WIRETYPE_LENGTH_DELIMITED);
CodedOutputStream.java
285
writeMessage(WireFormat.
MESSAGE_SET_MESSAGE
, value);
298
writeBytes(WireFormat.
MESSAGE_SET_MESSAGE
, value);
602
computeMessageSize(WireFormat.
MESSAGE_SET_MESSAGE
, value);
614
computeBytesSize(WireFormat.
MESSAGE_SET_MESSAGE
, value);
[
all
...]
Completed in 361 milliseconds