#include <string_utils-inl.h>
|
| static wstring | GetBaseName (const wstring &filename) |
| |
| static bool | safe_mbstowcs (const string &mbs, wstring *wcs) |
| |
| static void | safe_wcscpy (wchar_t *destination, size_t destination_size, const wchar_t *source) |
| |
| static void | safe_wcsncpy (wchar_t *destination, size_t destination_size, const wchar_t *source, size_t count) |
| |
| static bool | safe_wcstombs (const wstring &wcs, string *mbs) |
| |
Definition at line 70 of file string_utils-inl.h.
| static wstring google_breakpad::WindowsStringUtils::GetBaseName |
( |
const wstring & |
filename | ) |
|
|
static |
| static bool google_breakpad::WindowsStringUtils::safe_mbstowcs |
( |
const string & |
mbs, |
|
|
wstring * |
wcs |
|
) |
| |
|
static |
| void google_breakpad::WindowsStringUtils::safe_wcscpy |
( |
wchar_t * |
destination, |
|
|
size_t |
destination_size, |
|
|
const wchar_t * |
source |
|
) |
| |
|
inlinestatic |
| void google_breakpad::WindowsStringUtils::safe_wcsncpy |
( |
wchar_t * |
destination, |
|
|
size_t |
destination_size, |
|
|
const wchar_t * |
source, |
|
|
size_t |
count |
|
) |
| |
|
inlinestatic |
| static bool google_breakpad::WindowsStringUtils::safe_wcstombs |
( |
const wstring & |
wcs, |
|
|
string * |
mbs |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: