Lines Matching defs:other

233     struct rebind { using other = CountingAllocator<U, ID>; };  member
238 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
242 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
247 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator()
252 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator()
299 struct rebind { using other = CountingAllocator<U, ID>; }; member
304 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
308 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
313 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator()
318 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator()
355 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function
359 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function
364 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function
369 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function
458 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
462 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
467 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
472 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function