HomeSort by relevance Sort by last modified time
    Searched full:__alloctr_rebind (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 64 struct __alloctr_rebind;
67 struct __alloctr_rebind<_Alloc, _Tp, true> struct
74 struct __alloctr_rebind<_Alloc<_Up, _Args...>, _Tp, false> struct
201 using rebind_alloc = typename __alloctr_rebind<_Alloc, _Tp>::__type;

Completed in 1630 milliseconds