Searched refs:constructed_under_allocator (Results 1 – 1 of 1) sorted by relevance
352 bool constructed_under_allocator; member355 constructed_under_allocator(false) { in CopyInsertable()358 constructed_under_allocator = true; in CopyInsertable()362 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true) in CopyInsertable()369 constructed_under_allocator(true) { in CopyInsertable()376 constructed_under_allocator(true) { in CopyInsertable()394 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()400 constructed_under_allocator = false; in reset()