Searched refs:BOOST_CONTAINER_FORCEINLINE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | iterators.hpp | 497 BOOST_CONTAINER_FORCEINLINE explicit emplace_iterator(EmplaceFunctor&e) in emplace_iterator() 500 BOOST_CONTAINER_FORCEINLINE emplace_iterator() in emplace_iterator() 503 BOOST_CONTAINER_FORCEINLINE this_type& operator++() in operator ++() 513 BOOST_CONTAINER_FORCEINLINE this_type& operator--() in operator --() 523 BOOST_CONTAINER_FORCEINLINE friend bool operator== (const this_type& i, const this_type& i2) in operator ==() 526 BOOST_CONTAINER_FORCEINLINE friend bool operator!= (const this_type& i, const this_type& i2) in operator !=() 529 BOOST_CONTAINER_FORCEINLINE friend bool operator< (const this_type& i, const this_type& i2) in operator <() 532 BOOST_CONTAINER_FORCEINLINE friend bool operator> (const this_type& i, const this_type& i2) in operator >() 535 BOOST_CONTAINER_FORCEINLINE friend bool operator<= (const this_type& i, const this_type& i2) in operator <=() 538 BOOST_CONTAINER_FORCEINLINE friend bool operator>= (const this_type& i, const this_type& i2) in operator >=() [all …]
|
| H A D | construct_in_place.hpp | 34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place() 38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place() 47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place() 56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place() 64 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, InpIt source) in assign_in_place() 68 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, value_init_construct_iterator<U, D>) in assign_in_place() 78 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, default_init_construct_iterator<U, D>) in assign_in_place() 88 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, emplace_iterator<U, EF, D> ei) in assign_in_place()
|
| H A D | workaround.hpp | 104 #define BOOST_CONTAINER_FORCEINLINE inline macro 106 #define BOOST_CONTAINER_FORCEINLINE BOOST_FORCEINLINE macro 109 #define BOOST_CONTAINER_FORCEINLINE inline macro 112 #define BOOST_CONTAINER_FORCEINLINE inline macro 114 #define BOOST_CONTAINER_FORCEINLINE BOOST_FORCEINLINE macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | allocator_traits.hpp | 292 BOOST_CONTAINER_FORCEINLINE static pointer allocate(Allocator &a, size_type n) in allocate() 298 BOOST_CONTAINER_FORCEINLINE static void deallocate(Allocator &a, pointer p, size_type n) in deallocate() 303 …BOOST_CONTAINER_FORCEINLINE static pointer allocate(Allocator &a, size_type n, const_void_pointer … in allocate() 315 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() 336 BOOST_CONTAINER_FORCEINLINE static BOOST_CONTAINER_DOC1ST(Allocator, in BOOST_CONTAINER_DOC1ST() 352 …BOOST_CONTAINER_FORCEINLINE static void construct(Allocator & a, T* p, BOOST_FWD_REF(Args)... args) in construct() 366 …BOOST_CONTAINER_FORCEINLINE static bool storage_is_unpropagable(const Allocator &a, pointer p) BOO… in storage_is_unpropagable() 374 …BOOST_CONTAINER_FORCEINLINE static bool equal(const Allocator &a, const Allocator &b) BOOST_NOEXCE… in equal() 382 …BOOST_CONTAINER_FORCEINLINE static pointer priv_allocate(container_detail::true_type, Allocator &a… in priv_allocate() [all …]
|
| H A D | vector.hpp | 103 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 …BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT… 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 …BOOST_CONTAINER_FORCEINLINE reference operator[](difference_type off) const BOOST_NOEXCEPT_OR_NOTH… 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 …]
|