Home
last modified time | relevance | path

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

/external/flatbuffers/php/
DByteBuffer.php120 public function writeLittleEndian($offset, $count, $data) function in Google\\FlatBuffers\\ByteBuffer
221 $this->writeLittleEndian($offset, 2, $value);
233 $this->writeLittleEndian($offset, 2, $value);
247 $this->writeLittleEndian($offset, 4, $value);
261 $this->writeLittleEndian($offset, 4, $value);
274 $this->writeLittleEndian($offset, 8, $value);
287 $this->writeLittleEndian($offset, 8, $value);
300 $this->writeLittleEndian($offset, 4, $v[1]);
314 $this->writeLittleEndian($offset, 4, $v[1]);
315 $this->writeLittleEndian($offset + 4, 4, $v[2]);