Searched defs:View (Results 1 – 13 of 13) sorted by relevance
14 class View; variable
16 class View; variable
10 class View; variable
6 class View<TModel> { class37 function View(options) { class in View
5 class View<TModel> { class
49 export type View<T> = { [K in keyof T]: T[K] extends object ? boolean | View<T[K]> : boolean }; alias
116 explicit View(BlockAllocator const* allocator) : allocator_(allocator) {} in View() function
64 using View = RGB_VIEW(T); typedef82 using View = RGB_VIEW(T1); typedef101 using View = RGB_PLANAR_VIEW(T1); typedef121 using View = RGB_PLANAR_VIEW(T1); typedef161 using View = RGB_VIEW(T); typedef180 using View = RGB_PLANAR_VIEW(T1); typedef
196 using View = typename Img::view_t; in basic_test() typedef
245 BinaryStreamRef View; in readArray() local
22 class View; variable
360 void read_palette_image( const View& /* dst_view */ in read_palette_image()
115 union View in detect_order() union