Searched refs:REF_DEF_BOOL (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | pandargs_test.cpp | 22 static const bool REF_DEF_BOOL = false; member 31 PandArg<bool> PAB("bool", REF_DEF_BOOL, "Sample boolean argument"); 67 PandArg<bool> T_PAB("tail_bool", REF_DEF_BOOL, "Sample tail boolean argument"); 104 EXPECT_EQ(PAB.GetDefaultValue(), REF_DEF_BOOL); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | pandargs_test.cpp | 23 static const bool REF_DEF_BOOL = false; in TEST() local 32 PandArg<bool> pab("bool", REF_DEF_BOOL, "Sample boolean argument"); in TEST() 60 PandArg<bool> tPab("tail_bool", REF_DEF_BOOL, "Sample tail boolean argument"); in TEST() 95 EXPECT_EQ(pab.GetDefaultValue(), REF_DEF_BOOL); in TEST()
|
Completed in 4 milliseconds