Searched refs:putUint (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DAbility.php48 $builder->putUint($distance);
49 $builder->putUint($id);
/external/flatbuffers/php/
H A DFlatbufferBuilder.php233 public function putUint($x) function
239 $this->bb->putUint($this->space -= 4, $x);
350 $this->putUint($x);
590 $this->putUint($this->vector_num_elems);
H A DByteBuffer.php254 public function putUint($offset, $value) function

Completed in 218 milliseconds