Searched refs:getUint (Results 1 – 9 of 9) sorted by relevance
136 printScreenProperties(input->getUint("id"));140 printLayerProperties(input->getUint("id"));144 printSurfaceProperties(input->getUint("id"));154 ilmErrorTypes callResult = ilm_takeScreenshot(input->getUint("id"),159 cout << "Failed to take screenshot of screen with ID " << input->getUint("id") << "\n";166 input->getUint("id"));170 cout << "Failed to take screenshot of surface with ID " << input->getUint("id") << "\n";180 t_ilm_uint id = input->getUint("id");216 t_ilm_uint id = input->getUint("id");252 t_ilm_uint id = input->getUint("id");[all …]
69 cout << "Failed to get input devices for mask " << input->getUint("mask") << "\n";179 t_ilm_surface surfaceid = input->getUint("surfaceid");235 t_ilm_surface surfaceid = input->getUint("surfaceid");
78 unsigned int Expression::getUint(string name) in getUint() function in Expression
30 return $this->bb->getUint($this->bb_pos + 0);38 return $this->bb->getUint($this->bb_pos + 4);
101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
53 unsigned int getUint(string name);
415 public function getUint($index) function in Google\\FlatBuffers\\ByteBuffer
306 $assert->strictEqual($view->getUint($field_offset), $uint_val);