Searched defs:CListUInt64Def (Results 1 – 1 of 1) sorted by relevance
296 struct CListUInt64Def struct301 CListUInt64Def(): Val(0), Def(false) {} in CListUInt64Def() argument303 void Add(const CListUInt64Def &v) { if (v.Def) Add(v.Val); } in Add() argument