Searched defs:parameter_t (Results 1 – 2 of 2) sorted by relevance
36 struct parameter_t { struct37 parameter_t(const std::string &name, bool disabled, double value, bool hit, double actual_value) in parameter_t() argument53 const std::vector<parameter_t> ¶meters, int32_t error_code, uint32_t rank_id, in watchpoint_hit_t() argument
81 struct parameter_t { struct82 std::string name;83 bool disabled;84 double_t value;85 bool hit;86 double_t actual_value;87 void Evaluate(double_t actualValue, std::string inequality_type) { in Evaluate()