Lines Matching refs:get_allocator

105     allocator_type get_allocator() const noexcept;
353 allocator_type get_allocator() const noexcept;
734 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT {
790 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
795 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
809 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
815 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
821 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
827 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1090 if (__a != __u.get_allocator()) {
1334 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT {
1386 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1391 _LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR(__nh.empty() || __nh.get_allocator() == get_allocator(),
1405 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1411 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1417 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1423 … __source.get_allocator() == get_allocator(), "merging container with incompatible allocator");
1702 if (__a != __u.get_allocator()) {