OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeBytesSize
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
537
public static int
computeBytesSize
(final int fieldNumber,
614
computeBytesSize
(WireFormat.MESSAGE_SET_MESSAGE, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
498
public static int
computeBytesSize
(final int fieldNumber,
584
//
computeBytesSize
(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
464
public static int
computeBytesSize
(final int fieldNumber,
550
//
computeBytesSize
(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
Completed in 34 milliseconds