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