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

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 500 return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value);
693 public static int computeBytesSizeNoTag(final ByteStringMicro value) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 466 return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value);
659 public static int computeBytesSizeNoTag(final byte[] value) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 539 return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value);
736 public static int computeBytesSizeNoTag(final ByteString value) {
    [all...]
FieldSet.java 669 case BYTES : return CodedOutputStream.computeBytesSizeNoTag ((ByteString )value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 241 milliseconds