OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeSInt64SizeNoTag
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
590
return computeTagSize(fieldNumber) +
computeSInt64SizeNoTag
(value);
785
public static int
computeSInt64SizeNoTag
(final long value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
560
return computeTagSize(fieldNumber) +
computeSInt64SizeNoTag
(value);
749
public static int
computeSInt64SizeNoTag
(final long value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
526
return computeTagSize(fieldNumber) +
computeSInt64SizeNoTag
(value);
715
public static int
computeSInt64SizeNoTag
(final long value) {
Completed in 54 milliseconds