Searched defs:test_allocator (Results 1 – 6 of 6) sorted by relevance
26 template <typename T> struct test_allocator struct29 test_allocator() = default; argument30 template <typename T2> test_allocator(test_allocator<T2> const&) {} in test_allocator() function33 bool operator==(test_allocator const&) { return true; } in operator ==() argument34 bool operator!=(test_allocator const&) { return false; } in operator !=() argument
37 class test_allocator class55 test_allocator() throw() : data_(-1) {} in test_allocator() function in test_allocator56 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function in test_allocator57 test_allocator(const test_allocator& a) throw() in test_allocator() function in test_allocator59 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function in test_allocator90 class test_allocator<void> class106 test_allocator() throw() : data_(-1) {} in test_allocator() function in test_allocator107 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function in test_allocator108 test_allocator(const test_allocator& a) throw() in test_allocator() function in test_allocator110 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function in test_allocator
34 template<class T> class test_allocator: public test_allocator_base class69 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator() function in test_allocator73 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator() function in test_allocator138 template<> class test_allocator<void>: public test_allocator_base class151 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator() function in test_allocator155 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator() function in test_allocator
90 class test_allocator class117 test_allocator() in test_allocator() function in boost::beast::test::test_allocator123 test_allocator(test_allocator const& u) noexcept in test_allocator() function in boost::beast::test::test_allocator130 test_allocator(test_allocator<U, in test_allocator() function in boost::beast::test::test_allocator137 test_allocator(test_allocator&& t) in test_allocator() function in boost::beast::test::test_allocator
32 class test_allocator class in boost::beast::http::fields_test37 test_allocator() noexcept(false) {} in test_allocator() function in boost::beast::http::fields_test::test_allocator41 test_allocator(test_allocator<U> const&) noexcept {} in test_allocator() function in boost::beast::http::fields_test::test_allocator
501 void test_allocator() in test_allocator() function