Searched defs:GenValue (Results 1 – 2 of 2) sorted by relevance
30 void FixedEnumField::GenValue(std::ostream& s) const { s << enum_->name_ << "::" << value_; } in GenValue() function in FixedEnumField
30 void FixedScalarField::GenValue(std::ostream& s) const { s << value_; } in GenValue() function in FixedScalarField