Searched refs:wstr (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/quipper/base/
H A Dlogging.h617 BASE_EXPORT std::ostream& operator<<(std::ostream& out, const wchar_t* wstr);
618 inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) { argument
619 return out << wstr.c_str();

Completed in 29 milliseconds