Searched refs:constructed_under_allocator (Results 1 – 1 of 1) sorted by relevance
351 bool constructed_under_allocator; member354 constructed_under_allocator(false) { in CopyInsertable()357 constructed_under_allocator = true; in CopyInsertable()361 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true) in CopyInsertable()368 constructed_under_allocator(true) { in CopyInsertable()375 constructed_under_allocator(true) { in CopyInsertable()393 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()399 constructed_under_allocator = false; in reset()