Home
last modified time | relevance | path

Searched refs:CopyIfEnabled (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp1019 /* ##################### "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 Dcl_option.h429 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