Home | History | Annotate | Download | only in bits

Lines Matching defs:__traits

244 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
564 __traits::construct(__alloc, std::__addressof(*__cur));
592 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
594 __traits::construct(__alloc, std::__addressof(*__cur));