/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
uses_allocator.h | 58 struct uses_allocator struct in inherits:integral_constant 66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }; 93 : __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>
|
stl_stack.h | 296 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 297 : public uses_allocator<_Seq, _Alloc>::type { };
|
stl_queue.h | 321 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 322 : public uses_allocator<_Seq, _Alloc>::type { }; 562 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type 563 : public uses_allocator<_Sequence, _Alloc>::type { };
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
uses_allocator.h | 58 struct uses_allocator struct in inherits:integral_constant 66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }; 93 : __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>
|
stl_stack.h | 296 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 297 : public uses_allocator<_Seq, _Alloc>::type { };
|
stl_queue.h | 321 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 322 : public uses_allocator<_Seq, _Alloc>::type { }; 562 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type 563 : public uses_allocator<_Sequence, _Alloc>::type { };
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
uses_allocator.h | 58 struct uses_allocator struct in inherits:integral_constant 66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }; 93 : __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>
|
stl_stack.h | 296 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 297 : public uses_allocator<_Seq, _Alloc>::type { };
|
stl_queue.h | 321 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 322 : public uses_allocator<_Seq, _Alloc>::type { }; 562 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type 563 : public uses_allocator<_Sequence, _Alloc>::type { };
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
uses_allocator.h | 58 struct uses_allocator struct in inherits:integral_constant 66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }; 93 : __uses_alloc<uses_allocator<_Tp, _Alloc>::value, _Tp, _Alloc, _Args...>
|
stl_stack.h | 296 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 297 : public uses_allocator<_Seq, _Alloc>::type { };
|
stl_queue.h | 321 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type 322 : public uses_allocator<_Seq, _Alloc>::type { }; 562 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type 563 : public uses_allocator<_Sequence, _Alloc>::type { };
|