HomeSort by relevance Sort by last modified time
    Searched defs:uses_allocator (Results 1 - 25 of 27) sorted by null

1 2

  /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-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/8/sources/cxx-stl/gnu-libstdc++/4.7/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 295 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
296 : public uses_allocator<_Seq, _Alloc>::type { };
stl_queue.h 320 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
321 : public uses_allocator<_Seq, _Alloc>::type { };
556 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
557 : public uses_allocator<_Sequence, _Alloc>::type { };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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 295 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
296 : public uses_allocator<_Seq, _Alloc>::type { };
stl_queue.h 320 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
321 : public uses_allocator<_Seq, _Alloc>::type { };
556 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
557 : public uses_allocator<_Sequence, _Alloc>::type { };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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 { };
  /prebuilts/ndk/9/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 { };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
allocator.h 229 struct uses_allocator struct in inherits:integral_constant
stl_queue.h 318 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
319 : public uses_allocator<_Seq, _Alloc>::type { };
552 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
553 : public uses_allocator<_Sequence, _Alloc>::type { };
stl_stack.h 293 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
294 : public uses_allocator<_Seq, _Alloc>::type { };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 229 struct uses_allocator struct in inherits:integral_constant
stl_queue.h 318 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
319 : public uses_allocator<_Seq, _Alloc>::type { };
552 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
553 : public uses_allocator<_Sequence, _Alloc>::type { };
stl_stack.h 293 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
294 : public uses_allocator<_Seq, _Alloc>::type { };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 229 struct uses_allocator struct in inherits:integral_constant
stl_queue.h 318 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
319 : public uses_allocator<_Seq, _Alloc>::type { };
552 struct uses_allocator<priority_queue<_Tp, _Sequence, _Compare>, _Alloc> struct in inherits:uses_allocator::type
553 : public uses_allocator<_Sequence, _Alloc>::type { };
stl_stack.h 293 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> struct in inherits:uses_allocator::type
294 : public uses_allocator<_Seq, _Alloc>::type { };

Completed in 839 milliseconds

1 2