Home
last modified time | relevance | path

Searched refs:CDoubleZeroStringListW (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
DCommonDialog.cpp49 class CDoubleZeroStringListW class
54 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {} in CDoubleZeroStringListW() function in NWindows::CDoubleZeroStringListW
59 bool CDoubleZeroStringListW::Add(LPCWSTR s) throw() in Add()
161 CDoubleZeroStringListW dz(filterBuf, kFilterBufSize); in MyGetOpenFileName()