Home
last modified time | relevance | path

Searched refs:computeDoubleSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java560 public static int computeDoubleSize(final int fieldNumber, in computeDoubleSize() method in CodedOutputByteBufferNano
1102 return computeDoubleSize(number, (Double) object); in computeFieldSize()
DExtension.java653 return CodedOutputByteBufferNano.computeDoubleSize(fieldNumber, doubleValue); in computeSingularSerializedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java590 public static int computeDoubleSize(final int fieldNumber, final double value) { in computeDoubleSize() method in CodedOutputStream