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

  /external/flatbuffers/php/
FlatbufferBuilder.php 217 public function putUshort($x)
219 $this->bb->putUshort($this->space -= 2, $x);
339 $this->putUshort($x);
ByteBuffer.php 228 public function putUshort($offset, $value)

Completed in 51 milliseconds