Home | History | Annotate | Download | only in src

Lines Matching refs:order_

579   VarAndOrder(Variable* var, int order) : var_(var), order_(order) { }
581 int order() const { return order_; }
583 return a->order_ - b->order_;
588 int order_;