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

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 590 return computeTagSize(fieldNumber) + computeSInt64SizeNoTag(value);
785 public static int computeSInt64SizeNoTag(final long value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 560 return computeTagSize(fieldNumber) + computeSInt64SizeNoTag(value);
749 public static int computeSInt64SizeNoTag(final long value) {
    [all...]

Completed in 472 milliseconds