Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h827 constexpr std::array<std::string_view, 3> FALSE_VALUES = {"off", "false", "0"}; in ParseBoolArgParam() local
835 for (const auto &i : FALSE_VALUES) { in ParseBoolArgParam()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h832 constexpr std::array<std::string_view, 3> FALSE_VALUES = {"off", "false", "0"}; in ParseBoolArgParam() local
840 for (const auto &i : FALSE_VALUES) { in ParseBoolArgParam()

Completed in 4 milliseconds