Searched refs:ContainerTestAllocator (Results 1 – 2 of 2) sorted by relevance
245 class ContainerTestAllocator271 ContainerTestAllocator() TEST_NOEXCEPT in ContainerTestAllocator() function274 explicit ContainerTestAllocator(ConstructController* c) in ContainerTestAllocator() function279 ContainerTestAllocator(ContainerTestAllocator<U, AllowConstructT> other) TEST_NOEXCEPT in ContainerTestAllocator() function314 friend bool operator==(ContainerTestAllocator, ContainerTestAllocator) {return true;}315 friend bool operator!=(ContainerTestAllocator x, ContainerTestAllocator y) {return !(x == y);}320 typedef ContainerTestAllocator<int, int> A1;322 typedef ContainerTestAllocator<float, int> A2;451 ContainerTestAllocator<ValueTp, ValueTp> >;457 ContainerTestAllocator<ValueTp, ValueTp> >;[all …]
92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container; in main()