Searched defs:output_check (Results 1 – 2 of 2) sorted by relevance
96 struct output_check { struct97 output_check_t type;98 bool negated;99 std::string value;101 output_check(const output_check_t& p_type, const bool p_negated, in output_check() function
1081 output_check(void) in output_check() function