Lines Matching refs:CType
16 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
25 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
27 public static function type(string $type): ?FFI\CType {}
30 public static function typeof(FFI\CData $ptr): FFI\CType {}
32 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
38 public static function sizeof(FFI\CData|FFI\CType $ptr): int {}
41 public static function alignof(FFI\CData|FFI\CType $ptr): int {}
77 final class CType { class
87 public function getArrayElementType(): CType {}
90 public function getPointerType(): CType {}
94 public function getStructFieldType(string $name): CType {}
97 public function getFuncReturnType(): CType {}
99 public function getFuncParameterType(int $index): CType {}