Home
last modified time | relevance | path

Searched refs:sub_bool_arg (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp837 PandArg<bool> sub_bool_arg("bool", false, "Sample boolean argument"); variable
843 {&sub_bool_arg, &sub_int_arg, &sub_double_arg, &sub_string_arg});
855 ASSERT_EQ(sub_bool_arg.GetValue(), false);
866 ASSERT_EQ(sub_bool_arg.GetValue(), true);
876 ASSERT_EQ(sub_bool_arg.GetValue(), false);
886 ASSERT_EQ(sub_bool_arg.GetValue(), true);
894 ASSERT_EQ(sub_bool_arg.GetValue(), true);
901 ASSERT_EQ(sub_bool_arg.GetValue(), false);
/arkcompiler/runtime_core/libpandabase/
DREADME.md36 …PandArgCompound arg("compound", "Sample boolean argument", {&sub_bool_arg, &sub_int_ar…