Home
last modified time | relevance | path

Searched defs:CListUInt64Def (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp311 struct CListUInt64Def struct
316 CListUInt64Def(): Val(0), Def(false) {} in CListUInt64Def() argument
318 void Add(const CListUInt64Def &v) { if (v.Def) Add(v.Val); } in Add() argument