Searched defs:readInt32 (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java41 * {@link #readInt32()}) and methods that read low-level values (e.g.
116 readInt32();
176 public int readInt32() throws IOException { method in class:CodedInputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java40 * {@link #readInt32()}) and methods that read low-level values (e.g.
108 readInt32();
168 public int readInt32() throws IOException { method in class:CodedInputByteBufferNano
670 return readInt32();
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java46 * {@link #readInt32()}) and methods that read low-level values (e.g.
337 public int readInt32() throws IOException { method in class:CodedInputStream
/external/protobuf/js/binary/
H A Ddecoder.js825 jspb.BinaryDecoder.prototype.readInt32 = function() {
H A Dreader.js489 return this.readInt32();
608 jspb.BinaryReader.prototype.readInt32 = function() {
784 return this.decoder_.readInt32();
1056 return this.readPackedField_(this.decoder_.readInt32);
/external/flatbuffers/js/
H A Dflatbuffers.js690 var vtable_start = table_start - this.bb.readInt32(table_start);
898 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) {
907 return this.readInt32(offset) >>> 0;
915 return new flatbuffers.Long(this.readInt32(offset), this.readInt32(offset + 4));
931 flatbuffers.int32[0] = this.readInt32(offset);
940 flatbuffers.int32[flatbuffers.isLittleEndian ? 0 : 1] = this.readInt32(offset);
941 flatbuffers.int32[flatbuffers.isLittleEndian ? 1 : 0] = this.readInt32(offset + 4);
1010 var vtable = bb_pos - this.readInt32(bb_pos);
1022 t.bb_pos = offset + this.readInt32(offse
[all...]
/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 71 milliseconds