HomeSort by relevance Sort by last modified time
    Searched defs:checkConstruct (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/support/
uses_alloc_types.hpp 87 bool checkConstruct(TestType& value, UsesAllocatorType form,
94 return value.template checkConstruct<ArgTypes&&...>(form);
96 return value.template checkConstruct<ArgTypes&&...>(form, alloc);
102 bool checkConstruct(TestType& value, UsesAllocatorType form) {
103 return value.template checkConstruct<ArgTypes&&...>(form);
192 bool checkConstruct(UsesAllocatorType expectType) const {
199 bool checkConstruct(UsesAllocatorType expectType,
controlled_allocators.hpp 186 bool checkConstruct(Alloc const&, Tp *p) const {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 87 bool checkConstruct(TestType& value, UsesAllocatorType form,
94 return value.template checkConstruct<ArgTypes&&...>(form);
96 return value.template checkConstruct<ArgTypes&&...>(form, alloc);
102 bool checkConstruct(TestType& value, UsesAllocatorType form) {
103 return value.template checkConstruct<ArgTypes&&...>(form);
192 bool checkConstruct(UsesAllocatorType expectType) const {
199 bool checkConstruct(UsesAllocatorType expectType,
controlled_allocators.hpp 186 bool checkConstruct(Alloc const&, Tp *p) const {

Completed in 111 milliseconds