Searched defs:parameter_t (Results 1 – 2 of 2) sorted by relevance
35 struct parameter_t { struct36 parameter_t(const std::string &name, bool disabled, double value, bool hit, double actual_value) in parameter_t() function52 const std::vector<parameter_t> ¶meters, int32_t error_code, uint32_t rank_id, in watchpoint_hit_t() argument
85 struct parameter_t { struct86 std::string name;87 bool disabled;88 double_t value;89 bool hit;90 double_t actual_value;91 void Evaluate(double_t actualValue, std::string inequality_type) { in Evaluate()