Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp840 PandArg<std::string> sub_string_arg("string", "Hello", "Sample string argument"); variable
843 {&sub_bool_arg, &sub_int_arg, &sub_double_arg, &sub_string_arg});
858 ASSERT_EQ(sub_string_arg.GetValue(), "Hello");
869 ASSERT_EQ(sub_string_arg.GetValue(), "World");
879 ASSERT_EQ(sub_string_arg.GetValue(), "Hello");
/arkcompiler/runtime_core/libpandabase/
DREADME.md36 …, "Sample boolean argument", {&sub_bool_arg, &sub_int_arg, &sub_double_arg, &sub_string_arg});