Searched defs:ArenaAllocatorAdapter (Results 1 – 4 of 4) sorted by relevance
25 class ArenaAllocatorAdapter; variable44 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<USE_OOM_HANDLER> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function47 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function60 friend class ArenaAllocatorAdapter; variable84 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<USE_OOM_HANDLER> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function87 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function92 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function148 friend class ArenaAllocatorAdapter; variable
53 class ArenaAllocatorAdapter; variable
25 class ArenaAllocatorAdapter; variable42 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function58 friend class ArenaAllocatorAdapter; variable80 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function88 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function144 friend class ArenaAllocatorAdapter; variable