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

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 455 return computeTagSize(fieldNumber) + computeFixed32SizeNoTag(value);
646 public static int computeFixed32SizeNoTag(final int value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 480 return computeTagSize(fieldNumber) + computeFixed32SizeNoTag(value);
676 public static int computeFixed32SizeNoTag(final int value) {
    [all...]
FieldSet.java 664 case FIXED32 : return CodedOutputStream.computeFixed32SizeNoTag ((Integer )value);

Completed in 446 milliseconds