OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeSInt64SizeNoTag
(Results
1 - 4
of
4
) sorted by null
/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) {
/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
...]
FieldSet.java
674
case SINT64 : return CodedOutputStream.
computeSInt64SizeNoTag
((Long )value);
Completed in 51 milliseconds