Home | History | Annotate | Download | only in fst

Lines Matching refs:DefaultValue

89     Init(w.DefaultValue());
90 SetDefaultValue(w.DefaultValue());
125 Init(w.DefaultValue());
133 if (!DefaultValue().Member()) return false;
201 const W& DefaultValue() const { return default_; }
274 const W& v1_def = w1.DefaultValue();
275 const W& v2_def = w2.DefaultValue();
299 const W& v1_def = w1.DefaultValue();
300 const W& v2_def = w2.DefaultValue();
352 strm << w.DefaultValue();