Home
last modified time | relevance | path

Searched refs:readLittleEndian (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/php/
DByteBuffer.php140 public function readLittleEndian($offset, $count, $force_bigendian = false) function in Google\\FlatBuffers\\ByteBuffer
373 $result = $this->readLittleEndian($index, 2);
388 return $this->readLittleEndian($index, 2);
397 $result = $this->readLittleEndian($index, 4);
417 return $this->readLittleEndian($index, 4);
426 return $this->readLittleEndian($index, 8);
435 return $this->readLittleEndian($index, 8);
444 $i = $this->readLittleEndian($index, 4);
455 $i = $this->readLittleEndian($index, 4);
456 $i2 = $this->readLittleEndian($index + 4, 4);
/external/flatbuffers/tests/
DphpTest.php589 $assert->Equal(65280, $uut->readLittleEndian(0, 2, true));
597 $assert->Equal(0x0D0C0B0A, $uut->readLittleEndian(0, 4, true));