Home
last modified time | relevance | path

Searched refs:BOOST_NOEXCEPT_OR_NOTHROW (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dnew_allocator.hpp67 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
72 new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
78 new_allocator(const new_allocator<T2> &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
83 friend void swap(new_allocator &, new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in swap()
88 friend bool operator==(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
93 friend bool operator!=(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
125 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
130 new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
136 new_allocator(const new_allocator<T2> &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator()
150 void deallocate(pointer ptr, size_type) BOOST_NOEXCEPT_OR_NOTHROW in deallocate()
[all …]
H A Dvector.hpp103 BOOST_CONTAINER_FORCEINLINE const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW in get_ptr()
106 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW in get_ptr()
109 BOOST_CONTAINER_FORCEINLINE explicit vec_iterator(Pointer ptr) BOOST_NOEXCEPT_OR_NOTHROW in vec_iterator()
117 BOOST_CONTAINER_FORCEINLINE vec_iterator() BOOST_NOEXCEPT_OR_NOTHROW in vec_iterator()
121 …AINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW in vec_iterator()
126 BOOST_CONTAINER_FORCEINLINE reference operator*() const BOOST_NOEXCEPT_OR_NOTHROW in operator *()
129 BOOST_CONTAINER_FORCEINLINE pointer operator->() const BOOST_NOEXCEPT_OR_NOTHROW in operator ->()
132 …OST_CONTAINER_FORCEINLINE reference operator[](difference_type off) const BOOST_NOEXCEPT_OR_NOTHROW in operator []()
136 BOOST_CONTAINER_FORCEINLINE vec_iterator& operator++() BOOST_NOEXCEPT_OR_NOTHROW in operator ++()
139 BOOST_CONTAINER_FORCEINLINE vec_iterator operator++(int) BOOST_NOEXCEPT_OR_NOTHROW in operator ++()
[all …]
H A Dallocator_traits.hpp315 BOOST_CONTAINER_FORCEINLINE static void destroy(Allocator &a, T*p) BOOST_NOEXCEPT_OR_NOTHROW in destroy()
327 …BOOST_CONTAINER_FORCEINLINE static size_type max_size(const Allocator &a) BOOST_NOEXCEPT_OR_NOTHROW in max_size()
366 …INLINE static bool storage_is_unpropagable(const Allocator &a, pointer p) BOOST_NOEXCEPT_OR_NOTHROW in storage_is_unpropagable()
374 …NER_FORCEINLINE static bool equal(const Allocator &a, const Allocator &b) BOOST_NOEXCEPT_OR_NOTHROW in equal()
389 …static void priv_destroy(container_detail::true_type, Allocator &a, T* p) BOOST_NOEXCEPT_OR_NOTHROW in priv_destroy()
393 …static void priv_destroy(container_detail::false_type, Allocator &, T* p) BOOST_NOEXCEPT_OR_NOTHROW in priv_destroy()
396 … size_type priv_max_size(container_detail::true_type, const Allocator &a) BOOST_NOEXCEPT_OR_NOTHROW in priv_max_size()
399 … size_type priv_max_size(container_detail::false_type, const Allocator &) BOOST_NOEXCEPT_OR_NOTHROW in priv_max_size()
405 …ainer_copy_construction(container_detail::false_type, const Allocator &a) BOOST_NOEXCEPT_OR_NOTHROW in priv_select_on_container_copy_construction()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp176 inline F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove()
191 F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n()
205 I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source()
219 I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest()
317 uninitialized_move_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc()
362 …typename boost::container::allocator_traits<Allocator>::size_type n, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc_n()
407 …typename boost::container::allocator_traits<Allocator>::size_type n, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc_n_source()
452 uninitialized_copy_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_copy_alloc()
497 …typename boost::container::allocator_traits<Allocator>::size_type n, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_copy_alloc_n()
542 …typename boost::container::allocator_traits<Allocator>::size_type n, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_copy_alloc_n_source()
[all …]
H A Dalloc_helpers.hpp31 BOOST_NOEXCEPT_OR_NOTHROW in swap_alloc()
40 BOOST_NOEXCEPT_OR_NOTHROW in assign_alloc()
49 BOOST_NOEXCEPT_OR_NOTHROW in move_alloc()
H A Diterators.hpp815 …OST_CONTAINER_FORCEINLINE explicit iterator_from_iiterator(IIterator iit) BOOST_NOEXCEPT_OR_NOTHROW in iterator_from_iiterator()
819 …or_from_iiterator(iterator_from_iiterator<IIterator, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW in iterator_from_iiterator()
823 BOOST_CONTAINER_FORCEINLINE iterator_from_iiterator& operator++() BOOST_NOEXCEPT_OR_NOTHROW in operator ++()
826 BOOST_CONTAINER_FORCEINLINE iterator_from_iiterator operator++(int) BOOST_NOEXCEPT_OR_NOTHROW in operator ++()
833 BOOST_CONTAINER_FORCEINLINE iterator_from_iiterator& operator--() BOOST_NOEXCEPT_OR_NOTHROW in operator --()
840 BOOST_CONTAINER_FORCEINLINE iterator_from_iiterator operator--(int) BOOST_NOEXCEPT_OR_NOTHROW in operator --()
847 …or== (const iterator_from_iiterator& l, const iterator_from_iiterator& r) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
850 …or!= (const iterator_from_iiterator& l, const iterator_from_iiterator& r) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
853 BOOST_CONTAINER_FORCEINLINE reference operator*() const BOOST_NOEXCEPT_OR_NOTHROW in operator *()
856 BOOST_CONTAINER_FORCEINLINE pointer operator->() const BOOST_NOEXCEPT_OR_NOTHROW in operator ->()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dbad_lexical_cast.hpp54 virtual const char *what() const BOOST_NOEXCEPT_OR_NOTHROW { in what()
59 virtual ~bad_lexical_cast() BOOST_NOEXCEPT_OR_NOTHROW in ~bad_lexical_cast()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dbad_visit.hpp31 virtual const char * what() const BOOST_NOEXCEPT_OR_NOTHROW in what()
H A Dget.hpp47 virtual const char * what() const BOOST_NOEXCEPT_OR_NOTHROW in what()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_noexcept.hpp24 # define BOOST_SP_NOEXCEPT BOOST_NOEXCEPT_OR_NOTHROW
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp955 # define BOOST_NOEXCEPT_OR_NOTHROW throw() macro
960 # define BOOST_NOEXCEPT_OR_NOTHROW noexcept macro