Home
last modified time | relevance | path

Searched refs:writeUInt32NoTag (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java394 public abstract void writeUInt32NoTag(int value) throws IOException; in writeUInt32NoTag() method in CodedOutputStream
398 writeUInt32NoTag(encodeZigZag32(value)); in writeSInt32NoTag()
1015 writeUInt32NoTag(bytes.length); in inefficientWriteStringNoTag()
1076 writeUInt32NoTag(value); in writeRawVarint32()
1159 writeUInt32NoTag(WireFormat.makeTag(fieldNumber, wireType)); in writeTag()
1171 writeUInt32NoTag(value); in writeUInt32()
1227 writeUInt32NoTag(value.capacity()); in writeByteBuffer()
1233 writeUInt32NoTag(value.size()); in writeBytesNoTag()
1240 writeUInt32NoTag(length); in writeByteArrayNoTag()
1282 writeUInt32NoTag(value.getSerializedSize()); in writeMessageNoTag()
[all …]
DMapEntryLite.java147 output.writeUInt32NoTag(computeSerializedSize(metadata, key, value)); in serializeTo()
DFieldSet.java695 case UINT32 : output.writeUInt32NoTag ((Integer ) value); break; in writeElementNoTag()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java709 coder.stream().writeUInt32NoTag((int) value);
739 output.writeUInt32NoTag((int) value);
767 coder.stream().writeUInt32NoTag((int) value);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h165 - (void)writeUInt32NoTag:(uint32_t)value;
DGPBCodedOutputStream.m383 - (void)writeUInt32NoTag:(uint32_t)value {
620 [self writeUInt32NoTag:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java433 output.writeUInt32NoTag(uint32Value); in writeSingularData()
526 output.writeUInt32NoTag(Array.getInt(array, i)); in writeRepeatedData()
DCodedOutputByteBufferNano.java181 writeUInt32NoTag(value); in writeUInt32()
522 public void writeUInt32NoTag(final int value) throws IOException { in writeUInt32NoTag() method in CodedOutputByteBufferNano
/frameworks/base/config/
Dboot-image-profile.txt19608 HPLcom/android/framework/protobuf/nano/CodedOutputByteBufferNano;->writeUInt32NoTag(I)V