Home
last modified time | relevance | path

Searched refs:IsTailEnabled (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dpandargs_test.cpp601 // expect true on IsTailEnabled when tail is enabled, false otherwise
605 EXPECT_TRUE(PA_PARSER.IsTailEnabled()); in HWTEST()
607 EXPECT_FALSE(PA_PARSER.IsTailEnabled()); in HWTEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp564 // expect true on IsTailEnabled when tail is enabled, false otherwise in TEST()
567 EXPECT_TRUE(paParser.IsTailEnabled()); in TEST()
569 EXPECT_FALSE(paParser.IsTailEnabled()); in TEST()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h315 bool IsTailEnabled() const in IsTailEnabled() function in panda::PandArgParser
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h313 bool IsTailEnabled() const in IsTailEnabled() function in ark::PandArgParser

Completed in 12 milliseconds