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