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

  /ndk/sources/cxx-stl/llvm-libc++/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)));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 23 static std::pair<T*, std::size_t> deallocate_called; member in class:A1
41 deallocate_called = std::pair<T*, std::size_t>(p, n);
50 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; member in class:A1
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 23 static std::pair<T*, std::size_t> deallocate_called; member in class:A1
41 deallocate_called = std::pair<T*, std::size_t>(p, n);
50 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; member in class:A1

Completed in 42 milliseconds