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

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 437 return computeTagSize(fieldNumber) + computeInt32SizeNoTag(value);
625 public static int computeInt32SizeNoTag(final int value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 403 return computeTagSize(fieldNumber) + computeInt32SizeNoTag(value);
591 public static int computeInt32SizeNoTag(final int value) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 462 return computeTagSize(fieldNumber) + computeInt32SizeNoTag(value);
655 public static int computeInt32SizeNoTag(final int value) {
    [all...]
FieldSet.java 662 case INT32 : return CodedOutputStream.computeInt32SizeNoTag ((Integer )value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 139 milliseconds