Searched refs:CopyIfEnabled (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
H A D | cl_ut_test.cpp | 1019 /* ##################### "CopyIfEnabled" check ########### 1047 maplecl::CopyIfEnabled(boole, testopts::booloptEnabled); in TEST() 1048 maplecl::CopyIfEnabled(boold, testopts::booloptDisabled); in TEST() 1049 maplecl::CopyIfEnabled(tstEnabled, 10, testopts::booloptEnabled); in TEST() 1050 maplecl::CopyIfEnabled(tstDisabled, 10, testopts::booloptDisabled); in TEST() 1051 maplecl::CopyIfEnabled(strTmp, testopts::testStr); in TEST() 1052 maplecl::CopyIfEnabled(u8Tmp, testopts::testUint8); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | cl_option.h | 429 void CopyIfEnabled(T &dst, maplecl::Option<T> &src) in CopyIfEnabled() function 437 void CopyIfEnabled(T &dst, const T &src, OptionInterface &opt) in CopyIfEnabled() function
|
Completed in 4 milliseconds