Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbyte-buffer.ts70 readInt32(offset: number): number { method in ByteBuffer
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m471 - (int32_t)readInt32 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java81 int readInt32() throws IOException; in readInt32() method
DCodedInputStream.java278 public abstract int readInt32() throws IOException; in readInt32() method in CodedInputStream
754 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.ArrayDecoder
1446 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.UnsafeDirectNioDecoder
2217 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.StreamDecoder
3319 public int readInt32() throws IOException { in readInt32() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java111 public int readInt32() throws IOException { in readInt32() method in CodedInputStreamReader
DBinaryReader.java163 public int readInt32() throws IOException { in readInt32() method in BinaryReader.SafeHeapReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php143 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