Lines Matching defs:value
124 // that start-of-string assertions (^) can't match. This value is greater than
165 // For a given number of characters this returns a mask and a value. The
166 // next n characters are anded with the mask and compared with the value.
239 void set_on_work_list(bool value) { on_work_list_ = value; }
363 int value;
576 Guard(int reg, Relation op, int value) : reg_(reg), op_(op), value_(value) {}
579 int value() { return value_; }
758 // continue_node_ might be considered. This value can be temporarily decreased