/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | new_allocator.hpp | 39 class new_allocator; 45 class new_allocator<void> class 62 typedef new_allocator< T2> other; 67 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator 72 new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator 77 new_allocator& operator=(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator =() argument 85 new_allocator(const new_allocator<T2> &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator 90 friend void swap(new_allocator &, new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in swap() argument 95 friend bool operator==(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==() argument 100 friend bool operator!=(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=() argument [all …]
|
D | flat_set.hpp | 77 template <class Key, class Compare = std::less<Key>, class AllocatorOrContainer = new_allocator<Key… 1141 , new_allocator<it_based_value_type_t<InputIterator>> 1169 , new_allocator<it_based_value_type_t<InputIterator>> 1222 template <class Key, class Compare = std::less<Key>, class AllocatorOrContainer = new_allocator<Key… 1865 , new_allocator<it_based_value_type_t<InputIterator>> 1892 , new_allocator<it_based_value_type_t<InputIterator>>
|
D | set.hpp | 63 template <class Key, class Compare = std::less<Key>, class Allocator = new_allocator<Key>, class Op… 974 , new_allocator<it_based_value_type_t<InputIterator>> 1002 , new_allocator<it_based_value_type_t<InputIterator>> 1047 template <class Key, class Compare = std::less<Key>, class Allocator = new_allocator<Key>, class Op… 1630 , new_allocator<it_based_value_type_t<InputIterator>> 1657 , new_allocator<it_based_value_type_t<InputIterator>>
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | new_allocator.h | 58 class new_allocator in _GLIBCXX_VISIBILITY() 71 { typedef new_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY() 79 new_allocator() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 81 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 86 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 139 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&) in _GLIBCXX_VISIBILITY() 144 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&) in _GLIBCXX_VISIBILITY()
|
D | alloc_traits.h | 97 template<typename> struct new_allocator; in _GLIBCXX_VISIBILITY() 100 struct __allocator_always_compares_equal<new_allocator<_Tp>> in _GLIBCXX_VISIBILITY() 104 const bool __allocator_always_compares_equal<new_allocator<_Tp>>::value; in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | new_allocator.h | 58 class new_allocator in _GLIBCXX_VISIBILITY() 71 { typedef new_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY() 79 new_allocator() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 81 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 86 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY() 139 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&) in _GLIBCXX_VISIBILITY() 144 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&) in _GLIBCXX_VISIBILITY()
|
D | alloc_traits.h | 97 template<typename> struct new_allocator; in _GLIBCXX_VISIBILITY() 100 struct __allocator_always_compares_equal<new_allocator<_Tp>> in _GLIBCXX_VISIBILITY() 104 const bool __allocator_always_compares_equal<new_allocator<_Tp>>::value; in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | persistent_histogram_allocator_unittest.cc | 264 GlobalHistogramAllocator* new_allocator = in TEST_F() local 276 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 277 new_allocator->memory_allocator()->size(), 0, 0, "", in TEST_F() 331 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 332 new_allocator->memory_allocator()->size(), 0, 0, "", in TEST_F() 413 GlobalHistogramAllocator* new_allocator = in TEST_F() local 425 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 426 new_allocator->memory_allocator()->size(), 0, 0, "", in TEST_F() 451 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 452 new_allocator->memory_allocator()->size(), 0, 0, "", in TEST_F() [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-use-after-free.cpp | 92 template < typename _Tp > struct new_allocator struct 96 typedef new_allocator other; argument 99 template < typename _Tp > struct allocator:new_allocator < _Tp > { 136 template < typename > class new_allocator; 139 template < typename _Tp > class allocator:__gnu_cxx::new_allocator < _Tp > {
|
H A D | thunk-use-after-free.cpp | 5 template < typename _Tp > struct new_allocator struct 9 typedef new_allocator other; argument 12 template < typename _Tp > struct allocator:new_allocator < _Tp > {
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | vector_options_test.cpp | 48 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() 67 vector<int, new_allocator<int>, options_t> v; in test_growth_factor_50() 86 vector<int, new_allocator<int>, options_t> v; in test_growth_factor_60() 105 vector<int, new_allocator<int>, options_t> v; in test_growth_factor_100()
|
D | devector_options_test.cpp | 48 typedef devector<unsigned char, new_allocator<unsigned char>, options_t> devector_t; in test_stored_size_type() 67 devector<int, new_allocator<int>, options_t> v; in test_growth_factor_50() 86 devector<int, new_allocator<int>, options_t> v; in test_growth_factor_60() 105 devector<int, new_allocator<int>, options_t> v; in test_growth_factor_100()
|
D | flat_map_test.cpp | 679 < GetMapContainer<new_allocator<void> >::apply<int>::map_type in main() 681 , GetMapContainer<new_allocator<void> >::apply<int>::multimap_type in main() 688 < GetMapContainer<new_allocator<void> >::apply<test::movable_int>::map_type in main() 690 , GetMapContainer<new_allocator<void> >::apply<test::movable_int>::multimap_type in main() 697 < GetMapContainer<new_allocator<void> >::apply<test::copyable_int>::map_type in main() 699 , GetMapContainer<new_allocator<void> >::apply<test::copyable_int>::multimap_type in main() 706 < GetMapContainer<new_allocator<void> >::apply<test::movable_and_copyable_int>::map_type in main() 708 … , GetMapContainer<new_allocator<void> >::apply<test::movable_and_copyable_int>::multimap_type in main() 768 typedef boost::container::new_allocator<value_t> alloc_or_cont_t; in main() 795 typedef boost::container::new_allocator<value_t> alloc_or_cont_t; in main()
|
D | set_test.cpp | 501 < GetAllocatorSet<new_allocator<void>, avl_tree>::apply<int>::set_type in main() 503 , GetAllocatorSet<new_allocator<void>, avl_tree>::apply<int>::multiset_type in main() 521 < GetAllocatorSet<new_allocator<void>, splay_tree>::apply<test::movable_int>::set_type in main() 523 , GetAllocatorSet<new_allocator<void>, splay_tree>::apply<test::movable_int>::multiset_type in main() 530 < GetAllocatorSet<new_allocator<void>, red_black_tree>::apply<test::copyable_int>::set_type in main() 532 … , GetAllocatorSet<new_allocator<void>, red_black_tree>::apply<test::copyable_int>::multiset_type in main() 539 …< GetAllocatorSet<new_allocator<void>, red_black_tree>::apply<test::movable_and_copyable_int>::set… in main() 541 …, GetAllocatorSet<new_allocator<void>, red_black_tree>::apply<test::movable_and_copyable_int>::mul… in main()
|
D | map_test.cpp | 515 < GetAllocatorMap<new_allocator<void>, avl_tree>::apply<int>::map_type in main() 517 , GetAllocatorMap<new_allocator<void>, avl_tree>::apply<int>::multimap_type in main() 535 < GetAllocatorMap<new_allocator<void>, splay_tree>::apply<test::movable_int>::map_type in main() 537 , GetAllocatorMap<new_allocator<void>, splay_tree>::apply<test::movable_int>::multimap_type in main() 544 < GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::copyable_int>::map_type in main() 546 … , GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::copyable_int>::multimap_type in main() 553 …< GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::movable_and_copyable_int>::map… in main() 555 …, GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::movable_and_copyable_int>::mul… in main()
|
D | small_vector_options_test.cpp | 55 small_vector<int, Capacity, new_allocator<int>, options_t> v; in test_growth_factor_50() 74 small_vector<int, Capacity, new_allocator<int>, options_t> v; in test_growth_factor_60() 93 small_vector<int, Capacity, new_allocator<int>, options_t> v; in test_growth_factor_100()
|
D | flat_set_test.cpp | 775 < GetSetContainer<new_allocator<void> >::apply<int>::set_type in main() 777 , GetSetContainer<new_allocator<void> >::apply<int>::multiset_type in main() 784 < GetSetContainer<new_allocator<void> >::apply<test::movable_int>::set_type in main() 786 , GetSetContainer<new_allocator<void> >::apply<test::movable_int>::multiset_type in main() 793 < GetSetContainer<new_allocator<void> >::apply<test::copyable_int>::set_type in main() 795 , GetSetContainer<new_allocator<void> >::apply<test::copyable_int>::multiset_type in main() 802 < GetSetContainer<new_allocator<void> >::apply<test::movable_and_copyable_int>::set_type in main() 804 … , GetSetContainer<new_allocator<void> >::apply<test::movable_and_copyable_int>::multiset_type in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/example/ |
D | doc_custom_tree.cpp | 41 typedef set<int, std::less<int>, new_allocator<int>, AVLTree> AvlSet; in main() 44 typedef set<int, std::less<int>, new_allocator<int>, AVLTreeNoSizeOpt> AvlSetNoSizeOpt; in main() 47 typedef multiset<int, std::less<int>, new_allocator<int>, SplayTree> SplayMultiset; in main()
|
D | doc_custom_vector.cpp | 31 typedef vector<int, new_allocator<int>, size_option_t > size_optimized_vector_t; in main() 54 vector<int, new_allocator<int>, growth_50_option_t > growth_50_vector(5, 0); in main()
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | persistent_histogram_allocator_unittest.cc | 252 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_F() local 261 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 262 new_allocator->memory_allocator()->size(), 0, 0, "", false)); in TEST_F() 308 const_cast<void*>(new_allocator->memory_allocator()->data()), in TEST_F() 309 new_allocator->memory_allocator()->size(), 0, 0, "", false)); in TEST_F()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/32/bits/ |
D | c++allocator.h | 48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; 52 # define __allocator_base __gnu_cxx::new_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
D | c++allocator.h | 48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; 52 # define __allocator_base __gnu_cxx::new_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
D | c++allocator.h | 48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; 52 # define __allocator_base __gnu_cxx::new_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/bits/ |
D | c++allocator.h | 48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; 52 # define __allocator_base __gnu_cxx::new_allocator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/ |
D | polymorphic_allocator.hpp | 105 new_allocator<U> na; in construct() 118 new_allocator<U> na;\
|