Searched defs:strRef (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/wrl/wrappers/
H A Dcorewrappers.h46 explicit HStringReference(wchar_t (&strRef)[sizeDest]) throw() { argument
47 const wchar_t *str = static_cast<const wchar_t*>(strRef);
52 explicit HStringReference(const T &strRef) throw() : hstr_(nullptr) { argument
53 const wchar_t* str = static_cast<const wchar_t*>(strRef);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
H A Dcorewrappers.h46 explicit HStringReference(wchar_t (&strRef)[sizeDest]) throw() { argument
47 const wchar_t *str = static_cast<const wchar_t*>(strRef);
52 explicit HStringReference(const T &strRef) throw() : hstr_(nullptr) { argument
53 const wchar_t* str = static_cast<const wchar_t*>(strRef);

Completed in 46 milliseconds