HomeSort by relevance Sort by last modified time
    Searched refs:putUlong (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/php/
FlatbufferBuilder.php 257 public function putUlong($x)
263 $this->bb->putUlong($this->space -= 8, $x);
370 $this->putUlong($x);
ByteBuffer.php 281 public function putUlong($offset, $value)

Completed in 295 milliseconds