Home
last modified time | relevance | path

Searched full:stringfactory (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.str.yaml432 .record panda.StringFactory <external>
434 … .function panda.String panda.StringFactory.newStringFromChars(u16[] a0) <external, static>
452 call panda.StringFactory.newStringFromChars, v1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/
Dinterface_generic.params.yaml336 const stringFactory = new Factory<string>(() => "Hello");
337 assertEQ(stringFactory.create(), "Hello");