Home
last modified time | relevance | path

Searched refs:BaseStringTableInterface (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_string_table.h26 class BaseStringTableInterface {
28 BaseStringTableInterface() {} in BaseStringTableInterface() function
68 NO_COPY_SEMANTIC_CC(BaseStringTableInterface);
69 NO_MOVE_SEMANTIC_CC(BaseStringTableInterface);
/arkcompiler/runtime_core/common_interfaces/
Dbase_runtime.h28 class BaseStringTableInterface; variable
177 BaseStringTableInterface<BaseStringTableImpl> &GetStringTable() in GetStringTable()
188 BaseStringTableInterface<BaseStringTableImpl>* stringTable_ = nullptr;
/arkcompiler/ets_runtime/common_components/objects/
Dstring_table_internal.h124 using HandleCreator = BaseStringTableInterface<BaseStringTableImpl>::HandleCreator;
183 class BaseStringTableImpl : public BaseStringTableInterface<BaseStringTableImpl> {
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_table_test.cpp27 common::BaseStringTableInterface<common::BaseStringTableImpl>::HandleCreator handleCreator_ = [
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h119 using StringTableInterface = common::BaseStringTableInterface<common::BaseStringTableImpl>;