OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wide_string
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp
19
// typedef basic_string<Elem, char_traits<Elem>, Wide_alloc>
wide_string
;
21
// typedef typename
wide_string
::traits_type::int_type int_type;
31
static_assert((std::is_same<myconv::
wide_string
, std::wstring>::value), "");
/external/clang/test/FixIt/
typo.cpp
87
template<typename T> class
wide_string
{}; // expected-note {{'another::
wide_string
' declared here}}
class in namespace:another
91
nonstd::
wide_string
<char> str2; // expected-error{{no template named '
wide_string
' in namespace 'nonstd'; did you mean 'another::
wide_string
'?}}
Completed in 259 milliseconds