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

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 471 return computeTagSize(fieldNumber) + computeFixed64SizeNoTag(value);
668 public static int computeFixed64SizeNoTag(final long value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 446 return computeTagSize(fieldNumber) + computeFixed64SizeNoTag(value);
638 public static int computeFixed64SizeNoTag(final long value) {
    [all...]

Completed in 447 milliseconds