Home | History | Annotate | Download | only in src

Lines Matching defs:at_start

901     AT_START,
910 return new(on_success->zone()) AssertionNode(AT_START, on_success);
1121 // Allows a new trace to start with at_start() set to false.
1449 TriBool at_start() { return at_start_; }
1450 void set_at_start(bool at_start) {
1451 at_start_ = at_start ? TRUE_VALUE : FALSE_VALUE;