Searched defs:checkConstruct (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/
H A Duses_alloc_types.hpp63 bool checkConstruct(TestType& value, UsesAllocatorType form, function in class:UsesAllocatorType
70 return value.template checkConstruct<ArgTypes&&...>(form);
72 return value.template checkConstruct<ArgTypes&&...>(form, alloc);
78 bool checkConstruct(TestType& value, UsesAllocatorType form) { function in class:UsesAllocatorType
79 return value.template checkConstruct<ArgTypes&&...>(form);
132 bool checkConstruct(UsesAllocatorType expectType) const { function in struct:UsesAllocatorType::UsesAllocatorTestBase
138 bool checkConstruct(UsesAllocatorType expectType, function in struct:UsesAllocatorType::UsesAllocatorTestBase
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
H A Duses_alloc_types.hpp63 bool checkConstruct(TestType& value, UsesAllocatorType form, function in class:UsesAllocatorType
70 return value.template checkConstruct<ArgTypes&&...>(form);
72 return value.template checkConstruct<ArgTypes&&...>(form, alloc);
78 bool checkConstruct(TestType& value, UsesAllocatorType form) { function in class:UsesAllocatorType
79 return value.template checkConstruct<ArgTypes&&...>(form);
132 bool checkConstruct(UsesAllocatorType expectType) const { function in struct:UsesAllocatorType::UsesAllocatorTestBase
138 bool checkConstruct(UsesAllocatorType expectType, function in struct:UsesAllocatorType::UsesAllocatorTestBase

Completed in 180 milliseconds