Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/libflagtest/
Dflag_checker.cpp36 bool expected_condition = flag_condition.first; in GetFlagsNotMetRequirements() local
38 if (!CheckFlagCondition(expected_condition, feature_flag)) { in GetFlagsNotMetRequirements()
40 unsatisfied_flags.push_back({expected_condition, feature_flag.second}); in GetFlagsNotMetRequirements()
47 bool CheckFlagCondition(bool expected_condition, const p_flag feature_flag) { in CheckFlagCondition() argument
50 return feature_flag.first() == expected_condition; in CheckFlagCondition()
65 (expected_condition ? "true":"false"); in CheckFlagCondition()
/platform_testing/libraries/flag-helpers/libflagtest/include/
Dflag_checker.h40 bool CheckFlagCondition(bool expected_condition, const p_flag feature_flag);