Searched refs:computeDoubleSize (Results 1 – 3 of 3) sorted by relevance
560 public static int computeDoubleSize(final int fieldNumber, in computeDoubleSize() method in CodedOutputByteBufferNano1102 return computeDoubleSize(number, (Double) object); in computeFieldSize()
653 return CodedOutputByteBufferNano.computeDoubleSize(fieldNumber, doubleValue); in computeSingularSerializedSize()
590 public static int computeDoubleSize(final int fieldNumber, final double value) { in computeDoubleSize() method in CodedOutputStream