Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h29 using creator_type = std::function<std::unique_ptr<TObject>(TArgs...)>; variable
86 using creator_type = std::function<TRet(TArgs...)>; variable