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

  /external/flatbuffers/php/
FlatbufferBuilder.php 233 public function putUint($x)
239 $this->bb->putUint($this->space -= 4, $x);
350 $this->putUint($x);
590 $this->putUint($this->vector_num_elems);
ByteBuffer.php 254 public function putUint($offset, $value)

Completed in 2681 milliseconds