Lines Matching refs:get_allocator
153 allocator_type get_allocator() const noexcept;
398 allocator_type get_allocator() const noexcept;
775 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
780 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
793 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
799 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
805 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
811 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
820 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT { return __tree_.__alloc(); }
947 if (__a != __s.get_allocator()) {
1233 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1238 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1251 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1257 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1263 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1269 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1278 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT { return __tree_.__alloc(); }
1407 if (__a != __s.get_allocator()) {