Home
last modified time | relevance | path

Searched defs:readInt32 (Results 1 – 13 of 13) sorted by relevance

/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
DVorbisBitArrayTest.java87 public void readInt32() { in readInt32() method in VorbisBitArrayTest
/external/protobuf/js/binary/
Ddecoder.js855 jspb.BinaryDecoder.prototype.readInt32 = function() { method in jspb.BinaryDecoder
Dreader.js607 jspb.BinaryReader.prototype.readInt32 = function() { method in jspb.BinaryReader
/external/protobuf/objectivec/
DGPBCodedInputStream.m407 - (int32_t)readInt32 { method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java103 int readInt32() throws IOException; in readInt32() method
DCodedInputStream.java267 public abstract int readInt32() throws IOException; in readInt32() method in CodedInputStream
764 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.ArrayDecoder
1478 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.UnsafeDirectNioDecoder
2230 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.StreamDecoder
3326 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java133 public int readInt32() throws IOException { in readInt32() method in CodedInputStreamReader
DBinaryReader.java185 public int readInt32() throws IOException { in readInt32() method in BinaryReader.SafeHeapReader
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java168 public int readInt32() throws IOException { in readInt32() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java176 public int readInt32() throws IOException { in readInt32() method in CodedInputStreamMicro
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php166 public static function readInt32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/external/flatbuffers/js/
Dflatbuffers.js920 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js81 Decoder.prototype.readInt32 = function() { method in Decoder