OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tstring
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/win/link_limiter/
limiter.cc
17
typedef std::basic_string<TCHAR>
tstring
;
typedef
26
tstring
new_msg =
tstring
(L"limiter fatal error: ") + msg + L"\n";
36
tstring
new_msg =
tstring
(L"limiter warning: ") + msg + L"\n";
43
static
tstring
ErrorMessageToString(DWORD err) {
55
tstring
ret(msg_buf);
60
static DWORD RunExe(const
tstring
& exe_name) {
66
tstring
cmdline =
tstring
(GetCommandLine())
[
all
...]
/external/chromium_org/third_party/webrtc/base/
proxydetect.cc
187
typedef std::wstring
tstring
;
typedef in namespace:rtc
188
std::string Utf8String(const
tstring
& str) { return ToUtf8(str); }
192
typedef std::string
tstring
;
193
std::string Utf8String(const
tstring
& str) { return str; }
[
all
...]
Completed in 1378 milliseconds