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