Home
last modified time | relevance | path

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

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