Home | History | Annotate | Download | only in src

Lines Matching defs:at_start

897     AT_START,
911 return new AssertionNode(AT_START, on_success);
1101 // Allows a new trace to start with at_start() set to false.
1281 TriBool at_start() { return at_start_; }
1282 void set_at_start(bool at_start) { at_start_ = at_start ? TRUE : FALSE; }