Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlayouts.py45 async def _add_rows(table: Table, scope: Scope):
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h73 explicit Table(mem::InternalAllocatorPtr allocator) : table_(allocator->Adapter()) {} in Table() function