HomeSort by relevance Sort by last modified time
    Searched refs:computeDoubleSizeNoTag (Results 1 - 3 of 3) 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/
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 25 milliseconds