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

  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
deallocate.pass.cpp 30 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
36 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
42 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
deallocate.pass.cpp 30 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
36 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
42 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20)));
  /external/libcxx/test/support/
allocators.h 32 static std::pair<T*, std::size_t> deallocate_called; member in class:A1
50 deallocate_called = std::pair<T*, std::size_t>(p, n);
59 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; member in class:A1
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 32 static std::pair<T*, std::size_t> deallocate_called; member in class:A1
50 deallocate_called = std::pair<T*, std::size_t>(p, n);
59 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; member in class:A1

Completed in 120 milliseconds