Lines Matching refs:parameter
165 // A templatized implementation of Operator that has one static parameter of
173 T parameter, Pred const& pred = Pred(), Hash const& hash = Hash())
176 parameter_(parameter),
180 T const& parameter() const { return parameter_; }
186 return this->pred_(this->parameter(), that->parameter());
189 return base::hash_combine(this->opcode(), this->hash_(this->parameter()));
191 // For most parameter types, we have only a verbose way to print them, namely
192 // ostream << parameter. But for some types it is particularly useful to have
195 // printing of a parameter.
198 os << "[" << parameter() << "]";
217 ->parameter();