Lines Matching refs:CType
18 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
27 public static function cast(FFI\CType|string $type, $ptr): FFI\CData {}
29 public static function type(string $type): FFI\CType {}
32 public static function typeof(FFI\CData $ptr): FFI\CType {}
34 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
40 public static function sizeof(FFI\CData|FFI\CType $ptr): int {}
43 public static function alignof(FFI\CData|FFI\CType $ptr): int {}
79 final class CType { class
170 public function getArrayElementType(): CType {}
173 public function getPointerType(): CType {}
177 public function getStructFieldType(string $name): CType {}
180 public function getFuncReturnType(): CType {}
182 public function getFuncParameterType(int $index): CType {}