Home | History | Annotate | Download | only in src

Lines Matching defs:first_

4095   explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {}
4098 if (first_) {
4099 first_ = false;
4108 bool first_;