Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/value/
Dvariables.h32 struct Wrapper { struct
33 static void Init(Wrapper &v, size_t idx) in Init() argument
40 using PoolType = ObjPool<Wrapper, PandaVector, void (*)(Wrapper &, size_t)>; argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
Ddyn_chunk.h27 struct Wrapper { in UnalignedLoad() struct
28 T x; in UnalignedLoad()
36 struct Wrapper { in UnalignedStore() struct
37 T x; in UnalignedStore()
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DmainWrapper.ts23 export class Wrapper { class
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp543 using Wrapper = panda_api::panda_file::PandaFileWrapper; in TEST() typedef