OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeSInt32SizeNoTag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
591
return computeTagSize(fieldNumber) +
computeSInt32SizeNoTag
(value);
807
public static int
computeSInt32SizeNoTag
(final int value) {
[
all
...]
/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
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
518
return computeTagSize(fieldNumber) +
computeSInt32SizeNoTag
(value);
707
public static int
computeSInt32SizeNoTag
(final int value) {
Completed in 46 milliseconds