Lines Matching refs:get_allocator

153     allocator_type get_allocator() const noexcept;
398 allocator_type get_allocator() const noexcept;
772 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
777 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
790 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
796 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
802 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
808 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
815 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT { return __tree_.__alloc(); }
944 if (__a != __s.get_allocator()) {
1227 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1232 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1245 … __source.get_allocator() == get_allocator(), "merging container with incompatible 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");
1272 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT { return __tree_.__alloc(); }
1403 if (__a != __s.get_allocator()) {