Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js46 function readInt32(bufferDecoder, start) { function
347 readInt32, property
/third_party/flatbuffers/ts/
Dbyte-buffer.ts70 readInt32(offset: number): number { method in ByteBuffer
/third_party/protobuf/js/binary/
Ddecoder.js737 jspb.BinaryDecoder.prototype.readInt32 = function() { method in jspb.BinaryDecoder
Dreader.js608 jspb.BinaryReader.prototype.readInt32 = function() { method in jspb.BinaryReader
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m415 - (int32_t)readInt32 { method
/third_party/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
766 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.ArrayDecoder
1480 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.UnsafeDirectNioDecoder
2232 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.StreamDecoder
3328 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
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php166 public static function readInt32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46315 static __attribute__ ((warn_unused_result)) int32_t readInt32(const void* aPtr) in readInt32() function in mozilla::detail::Endian