OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeBytesSizeNoTag
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
539
return computeTagSize(fieldNumber) +
computeBytesSizeNoTag
(value);
736
public static int
computeBytesSizeNoTag
(final ByteString value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
500
return computeTagSize(fieldNumber) +
computeBytesSizeNoTag
(value);
693
public static int
computeBytesSizeNoTag
(final ByteStringMicro value) {
[
all
...]
Completed in 26 milliseconds