Home | History | Annotate | Download | only in bits

Lines Matching full:__traits

242 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
592 __traits::construct(__alloc, std::__addressof(*__cur));