Searched refs:from_void (Results 1 – 6 of 6) sorted by relevance
141 static constexpr bool from_void = hb_is_same (void, hb_decay<From>); member143 static constexpr bool either_void = from_void || to_void;144 static constexpr bool both_void = from_void && to_void;155 decltype (impl<hb_conditional<from_void, int, From>> (hb_prioritize))::value);
47 void from_void(void *vp) { function
170 void from_void(void *vp) { function
688 void NPyCast(void* from_void, void* to_void, npy_intp n, void* fromarr, in NPyCast() argument691 reinterpret_cast<typename TypeDescriptor<From>::T*>(from_void); in NPyCast()