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