Home | History | Annotate | Download | only in base

Lines Matching refs:first_

76   explicit ValueEquals(const Value* first) : first_(first) { }
79 return first_->Equals(second);
83 const Value* first_;