Searched refs:writeLittleEndian (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/php/ |
D | ByteBuffer.php | 120 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]);
|