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

  /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...]
  /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...]

Completed in 19 milliseconds