OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:messageValue
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java
273
MessageNano
messageValue
= (MessageNano) value;
274
out.writeMessageNoTag(
messageValue
);
325
MessageNano
messageValue
= (MessageNano) value;
326
return CodedOutputByteBufferNano.computeMessageSize(fieldNumber,
messageValue
);
CodedOutputByteBufferNano.java
[
all
...]
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java
37
import com.google.protobuf.nano.MapTestProto.TestMap.
MessageValue
;
[
all
...]
Completed in 58 milliseconds