Home
last modified time | relevance | path

Searched defs:test_allocator (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/unordered/test/unordered/
Ddeduction_tests.cpp26 template <typename T> struct test_allocator struct
29 test_allocator() = default; argument
30 template <typename T2> test_allocator(test_allocator<T2> const&) {} in test_allocator() function
33 bool operator==(test_allocator const&) { return true; } in operator ==() argument
34 bool operator!=(test_allocator const&) { return false; } in operator !=() argument
/third_party/boost/libs/thread/test/sync/futures/
Dtest_allocator.hpp37 class test_allocator class
55 test_allocator() throw() : data_(-1) {} in test_allocator() function in test_allocator
56 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function in test_allocator
57 test_allocator(const test_allocator& a) throw() in test_allocator() function in test_allocator
59 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function in test_allocator
90 class test_allocator<void> class
106 test_allocator() throw() : data_(-1) {} in test_allocator() function in test_allocator
107 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function in test_allocator
108 test_allocator(const test_allocator& a) throw() in test_allocator() function in test_allocator
110 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function in test_allocator
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_alloc2_test.cpp34 template<class T> class test_allocator: public test_allocator_base class
69 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator() function in test_allocator
73 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator() function in test_allocator
138 template<> class test_allocator<void>: public test_allocator_base class
151 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator() function in test_allocator
155 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator() function in test_allocator
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dtest_allocator.hpp90 class test_allocator class
117 test_allocator() in test_allocator() function in boost::beast::test::test_allocator
123 test_allocator(test_allocator const& u) noexcept in test_allocator() function in boost::beast::test::test_allocator
130 test_allocator(test_allocator<U, in test_allocator() function in boost::beast::test::test_allocator
137 test_allocator(test_allocator&& t) in test_allocator() function in boost::beast::test::test_allocator
/third_party/boost/libs/beast/test/beast/http/
Dfields.cpp32 class test_allocator class in boost::beast::http::fields_test
37 test_allocator() noexcept(false) {} in test_allocator() function in boost::beast::http::fields_test::test_allocator
41 test_allocator(test_allocator<U> const&) noexcept {} in test_allocator() function in boost::beast::http::fields_test::test_allocator
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_test.cpp501 void test_allocator() in test_allocator() function