Home | History | Annotate | Download | only in src

Lines Matching refs:order_

571   VarAndOrder(Variable* var, int order) : var_(var), order_(order) { }
573 int order() const { return order_; }
575 return a->order_ - b->order_;
580 int order_;