Home | History | Annotate | Download | only in bits

Lines Matching full:__traits

262 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
264 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
312 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
314 __traits::construct(__alloc, std::__addressof(*__cur), __x);
338 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
340 __traits::construct(__alloc, std::__addressof(*__cur), __x);
586 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
588 __traits::construct(__alloc, std::__addressof(*__cur));
616 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
618 __traits::construct(__alloc, std::__addressof(*__cur));