Searched defs:FX_BSTR (Results 1 - 1 of 1) sorted by last modified time

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h148 typedef const CFX_ByteStringC& FX_BSTR; typedef
177 CFX_ByteString(FX_BSTR bstrc);
179 CFX_ByteString(FX_BSTR bstrc1, FX_BSTR bstrc2);
207 int Compare(FX_BSTR str) const;
210 bool Equal(FX_BSTR str) const;
213 bool EqualNoCase(FX_BSTR str) const;
220 bool operator == (FX_BSTR str) const
232 bool operator != (FX_BSTR str) const
246 const CFX_ByteString& operator = (FX_BSTR bstr
[all...]

Completed in 99 milliseconds