Home
last modified time | relevance | path

Searched refs:my_allocator (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/multiprecision/detail/
Ddynamic_array.hpp15 template <class value_type, const boost::uint32_t elem_number, class my_allocator>
16 struct dynamic_array : public std::vector<value_type, typename rebind<value_type, my_allocator>::ty…
18 …ame rebind<value_type, my_allocator>::type>(static_cast<typename std::vector<value_type, typename … in dynamic_array()
Drebind.hpp12 template <class value_type, class my_allocator>
16 typedef typename std::allocator_traits<my_allocator>::template rebind_alloc<value_type> type;
18 typedef typename my_allocator::template rebind<value_type>::other type;
/third_party/json/test/src/
Dunit-allocator.cpp77 struct my_allocator : std::allocator<T> struct
124 using other = my_allocator<U>;
133 my_allocator<T> alloc; in my_allocator_clean_up()
149 my_allocator>;
/third_party/boost/libs/asio/doc/overview/
Dallocation.qbk38 typedef my_allocator allocator_type;
43 return my_allocator();
58 typedef my_allocator type;
64 return my_allocator();
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_test.cpp57 struct my_allocator : std::allocator<CharT> struct
61 my_allocator(){} in my_allocator() argument
62 template <class U> my_allocator(const my_allocator<U>& v) : base_t(v) {} in my_allocator() function
64 template <class U> struct rebind { typedef my_allocator<U> other; }; argument
510 , my_allocator<char> in test_allocator()
532 , my_allocator<wchar_t> in test_wallocator()
/third_party/boost/libs/circular_buffer/test/
Dcommon.ipp157 class my_allocator {
222 typedef my_allocator<T2> other;
256 CB_CONTAINER<MyInteger, my_allocator<MyInteger> > cb_a(10, 0);
/third_party/boost/libs/asio/doc/
Dreference.qbk51163 boost::asio::execution::allocator(my_allocator));
81077 boost::asio::execution::allocator(my_allocator));
126998 boost::asio::execution::allocator(my_allocator));