Searched defs:MinAlignedAllocator (Results 1 – 2 of 2) sorted by relevance
346 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function348 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function352 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function357 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function362 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function425 template <class Tp> friend class MinAlignedAllocator; variable
339 class MinAlignedAllocator class347 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function in MinAlignedAllocator349 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator353 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator