HomeSort by relevance Sort by last modified time
    Searched refs:computeDoubleSizeNoTag (Results 1 - 4 of 4) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 405 return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value);
593 public static int computeDoubleSizeNoTag(final double value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 371 return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value);
559 public static int computeDoubleSizeNoTag(final double value) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 430 return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value);
623 public static int computeDoubleSizeNoTag(final double value) {
    [all...]
FieldSet.java 658 case DOUBLE : return CodedOutputStream.computeDoubleSizeNoTag ((Double )value);

Completed in 32 milliseconds