Home | History | Annotate | Download | only in ext

Lines Matching defs:type

43    * 1) has a typedef element_type which names tehe type it points to.
49 * This type supports the semantics of the pointer cast operators (below.)
53 { typedef typename _ToType::element_type* type; };
57 { typedef _ToType* type; };
64 * element_type typedef which names the type it points to.
70 type>(__arg.get())); }
76 type>(__arg.get())); }
82 type>(__arg.get())); }
88 type>(__arg.get())); }
98 type>(__arg)); }
104 type>(__arg)); }
110 type>(__arg)); }
116 type>(__arg)); }