HomeSort by relevance Sort by last modified time
    Searched defs:stack_allocator (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/containers/
stack_allocator.h 17 class stack_allocator class
30 template <class U> struct rebind {typedef stack_allocator<U, N> other;};
32 stack_allocator() : ptr_(buf_) {} function in class:stack_allocator
35 stack_allocator(const stack_allocator&);// = delete;
36 stack_allocator& operator=(const stack_allocator&);// = delete;
64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
stack_allocator.h 17 class stack_allocator class
30 template <class U> struct rebind {typedef stack_allocator<U, N> other;};
32 stack_allocator() : ptr_(buf_) {} function in class:stack_allocator
35 stack_allocator(const stack_allocator&);// = delete;
36 stack_allocator& operator=(const stack_allocator&);// = delete;
64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {}

Completed in 56 milliseconds