Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DCommonDialog.cpp26 class CDoubleZeroStringListA class
31 CDoubleZeroStringListA(LPSTR buf, unsigned size): Buf(buf), Size(size) {} in CDoubleZeroStringListA() function in NWindows::CDoubleZeroStringListA
36 bool CDoubleZeroStringListA::Add(LPCSTR s) throw() in Add()
130 CDoubleZeroStringListA dz(filterBuf, kFilterBufSize); in MyGetOpenFileName()