Home | History | Annotate | Download | only in Console

Lines Matching defs:_fields

320   CObjectVector<CFieldInfo> _fields;

333 void Clear() { _fields.Clear(); LinesString.Empty(); }
351 CFieldInfo &f = _fields.AddNew();
410 _fields.Add(f);
444 FOR_VECTOR (i, _fields)
446 const CFieldInfo &f = _fields[i];
505 FOR_VECTOR (i, _fields)
507 const CFieldInfo &f = _fields[i];
688 FOR_VECTOR (i, _fields)
690 _fields[i];