OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wstring
(Results
151 - 175
of
537
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h
57
const std::
wstring
* file_path);
84
CrashGenerationServer(const std::
wstring
& pipe_name,
95
const std::
wstring
* dump_path);
203
bool GenerateDump(const ClientInfo& client, std::
wstring
* dump_path);
227
std::
wstring
pipe_name_;
272
const std::
wstring
dump_path_;
minidump_generator.cc
44
using std::
wstring
;
252
const std::
wstring
& dump_path,
457
bool MinidumpGenerator::GenerateDumpFile(
wstring
* dump_path) {
464
wstring
dump_file_path;
485
bool MinidumpGenerator::GenerateFullDumpFile(
wstring
* full_dump_path) {
497
wstring
full_dump_file_path;
564
bool MinidumpGenerator::GenerateDumpFilePath(
wstring
* file_path) {
573
wstring
id_str = GUIDString::GUIDToWString(&id);
/external/libcxx/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp
283
test(std::
wstring
(L"123"), std::
wstring
(L"123"));
284
test(std::
wstring
(L"1234"), std::
wstring
(L"123"));
286
test(std::
wstring
(L"123\00056", 6), std::
wstring
(L"123\00056", 6), false);
/development/host/windows/usb/api/
adb_api_instance.h
71
const std::
wstring
& interface_name() const {
101
std::
wstring
interface_name_;
/external/google-breakpad/src/client/windows/unittests/
dump_analysis.h
43
explicit DumpAnalysis(const std::
wstring
& file_path)
91
std::
wstring
dump_file_;
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
wchar_t_pointer.pass.cpp
61
assert(std::
wstring
(s) == L"abc");
71
assert(std::
wstring
(s) == L"abcdefghijk");
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
read.pass.cpp
69
assert(std::
wstring
(s, 5) == L" 1234");
74
assert(std::
wstring
(s, 5) == L"56789");
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_many.pass.cpp
67
std::
wstring
in(L"\xDA A\x07.a1");
84
std::
wstring
in(L"\xDA A\x07.a1");
toupper_many.pass.cpp
67
std::
wstring
in(L"\xFA A\x07.a1");
84
std::
wstring
in(L"\xFA A\x07.a1");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp
73
assert(f.curr_symbol() == std::
wstring
());
77
assert(f.curr_symbol() == std::
wstring
());
negative_sign.pass.cpp
71
assert(f.negative_sign() == std::
wstring
());
75
assert(f.negative_sign() == std::
wstring
());
positive_sign.pass.cpp
71
assert(f.positive_sign() == std::
wstring
());
75
assert(f.positive_sign() == std::
wstring
());
/external/libcxx/test/std/re/re.submatch/
types.pass.cpp
50
static_assert((std::is_same<SM::string_type, std::
wstring
>::value), "");
62
static_assert((std::is_same<std::wssub_match, std::sub_match<std::
wstring
::const_iterator> >::value), "");
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp
42
std::
wstring
s(L"some text");
49
std::
wstring
s(L"some text");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
wchar_t_pointer.pass.cpp
61
assert(std::
wstring
(s) == L"abc");
71
assert(std::
wstring
(s) == L"abcdefghijk");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
read.pass.cpp
69
assert(std::
wstring
(s, 5) == L" 1234");
74
assert(std::
wstring
(s, 5) == L"56789");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_many.pass.cpp
66
std::
wstring
in(L"\xDA A\x07.a1");
83
std::
wstring
in(L"\xDA A\x07.a1");
toupper_many.pass.cpp
66
std::
wstring
in(L"\xFA A\x07.a1");
83
std::
wstring
in(L"\xFA A\x07.a1");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp
68
assert(f.curr_symbol() == std::
wstring
());
72
assert(f.curr_symbol() == std::
wstring
());
negative_sign.pass.cpp
66
assert(f.negative_sign() == std::
wstring
());
70
assert(f.negative_sign() == std::
wstring
());
positive_sign.pass.cpp
66
assert(f.positive_sign() == std::
wstring
());
70
assert(f.positive_sign() == std::
wstring
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
types.pass.cpp
50
static_assert((std::is_same<SM::string_type, std::
wstring
>::value), "");
62
static_assert((std::is_same<std::wssub_match, std::sub_match<std::
wstring
::const_iterator> >::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp
42
std::
wstring
s(L"some text");
49
std::
wstring
s(L"some text");
/ndk/sources/cxx-stl/stlport/src/
message_facets.h
128
wstring
do_get(catalog __c, int __set, int __msgid,
129
const
wstring
& __dfault) const;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h
92
typedef
wstring
string_type;
155
typedef
wstring
string_type;
Completed in 340 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>