Home
last modified time | relevance | path

Searched refs:char_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/detail/test/
Dallocator_utilities_test.cpp14 typedef boost::detail::allocator::rebind_to<std_int_allocator, char>::type char_allocator; typedef
15 typedef boost::detail::allocator::rebind_to<char_allocator, int>::type int_allocator;
20 BOOST_STATIC_ASSERT((!boost::is_same<char_allocator, int_allocator>::value)); in main()
21 BOOST_STATIC_ASSERT((boost::is_same<char_allocator, char_allocator2>::value)); in main()
25 char_allocator a2(a1); in main()
26 char_allocator a2a(a2); in main()
31 boost::allocator_pointer<char_allocator>::type p = a2.allocate(10); in main()
/third_party/boost/libs/interprocess/example/
Ddoc_multi_index.cpp34 typedef managed_shared_memory::allocator<char>::type char_allocator; typedef
35 typedef basic_string<char, std::char_traits<char>, char_allocator>shm_string;
46 , const char_allocator &a) in employee()
111 char_allocator ca(segment.get_allocator<char>()); in main()
Ddoc_complex_map.cpp31 typedef allocator<char, segment_manager_t> char_allocator; typedef
32 typedef basic_string<char, std::char_traits<char>, char_allocator> char_string;