Searched defs:Func (Results 1 – 6 of 6) sorted by relevance
27 declare function Func<Values = object, ExtraProps = {}>( function
378 type Func<T> = (...args: any[]) => T; alias
434 type Func<K extends keyof ArgMap> = (x: ArgMap[K]) => void; alias
64 typedef int (*Func)(void); in TEST_F() typedef107 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef132 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef156 typedef double (*Func)(double, double); in TEST_F() typedef214 typedef size_t (*Func)(size_t lhs, size_t rhs); in TEST_F() typedef
40 typedef int (*Func)(void); in TEST_F() typedef83 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef141 typedef size_t (*Func)(size_t lhs, size_t rhs); in TEST_F() typedef
98 let Func; variable