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