Home | History | Annotate | Download | only in src

Lines Matching defs:at_start

880     AT_START,
889 return new(on_success->zone()) AssertionNode(AT_START, on_success);
1100 // Allows a new trace to start with at_start() set to false.
1428 TriBool at_start() { return at_start_; }
1429 void set_at_start(bool at_start) {
1430 at_start_ = at_start ? TRUE_VALUE : FALSE_VALUE;