Searched defs:writeInt32 (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordBuilder.cpp36 void TypeRecordBuilder::writeInt32(int32_t Value) { function in class:TypeRecordBuilder
72 writeInt32(static_cast<int32_t>(Value));
/external/protobuf/js/binary/
H A Dencoder.js296 jspb.BinaryEncoder.prototype.writeInt32 = function(value) {
H A Dwriter.js305 this.writeInt32(field, /** @type {number} */(value));
443 jspb.BinaryWriter.prototype.writeInt32 = function(field, value) {
618 this.encoder_.writeInt32(value);
1452 this.encoder_.writeInt32(value[i]);
/external/flatbuffers/js/
H A Dflatbuffers.js317 flatbuffers.Builder.prototype.writeInt32 = function(value) {
318 this.bb.writeInt32(this.space -= 4, value);
367 this.writeInt32(value);
570 this.writeInt32(this.offset() - offset + flatbuffers.SIZEOF_INT);
641 this.bb.writeInt32(this.space, existing_vtable - vtableloc);
648 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);
723 this.writeInt32(this.vector_num_elems);
966 flatbuffers.ByteBuffer.prototype.writeInt32 = function(offset, value) {
978 this.writeInt32(offset, value.low);
979 this.writeInt32(offse
[all...]
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java42 * {@link #writeInt32}) and methods that write low-level values (e.g.
148 public void writeInt32(final int fieldNumber, final int value) method in class:CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java44 * {@link #writeInt32}) and methods that write low-level values (e.g.
121 public void writeInt32(final int fieldNumber, final int value) method in class:CodedOutputByteBufferNano
1187 writeInt32(number, int32Value);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java53 * {@link #writeInt32}) and methods that write low-level values (e.g.
195 public abstract void writeInt32(int fieldNumber, int value) throws IOException; method in class:CodedOutputStream
257 writeInt32(fieldNumber, value);
1125 public final void writeInt32(final int fieldNumber, final int value) throws IOException { method in class:CodedOutputStream.ArrayEncoder
1495 public void writeInt32(final int fieldNumber, final int value) throws IOException { method in class:CodedOutputStream.NioEncoder
1969 public void writeInt32(final int fieldNumber, final int value) throws IOException { method in class:CodedOutputStream.ByteOutputEncoder
2272 public void writeInt32(final int fieldNumber, final int value) throws IOException { method in class:CodedOutputStream.OutputStreamEncoder
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 263 milliseconds