Home
last modified time | relevance | path

Searched defs:ArenaSet (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Darena_containers.h47 using ArenaSet = std::set<Key, Compare, ArenaAllocatorAdapter<Key, use_oom_handler>>; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darena_containers.h50 using ArenaSet = std::set<Key, Compare, ArenaAllocatorAdapter<Key, USE_OOM_HANDLER>>; variable