Home
last modified time | relevance | path

Searched defs:CharT (Results 1 – 25 of 83) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.cons/
Dfrom_iterator_sentinel.pass.cpp55 friend bool operator==(const CharT*, ThrowingSentinel) noexcept { return true; } in operator ==()
56 …friend std::iter_difference_t<const CharT*> operator-(const CharT*, ThrowingSentinel) noexcept { r… in operator -()
57 …friend std::iter_difference_t<const CharT*> operator-(ThrowingSentinel, const CharT*) { throw 42; } in operator -()
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dmake_string.h47 #define MKSTR_LEN(CharT, Str) MKSTR(Str).length((const CharT*)0) argument
91 #define MAKE_CSTRING(CharT, Str) \ argument
95 #define MAKE_STRING(CharT, Str) \ argument
99 #define MAKE_STRING_VIEW(CharT, Str) \ argument
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp23 typedef char CharT; in main() typedef
29 typedef wchar_t CharT; in main() typedef
Dcompare_value_type_ptr.pass.cpp23 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dlength.pass.cpp23 typedef char CharT; in main() typedef
34 typedef wchar_t CharT; in main() typedef
Dcompare_string_type.pass.cpp23 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Dcompare_sub_match.pass.cpp23 typedef char CharT; in main() typedef
39 typedef wchar_t CharT; in main() typedef
Dstr.pass.cpp23 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Doperator_string.pass.cpp23 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp22 typedef char CharT; in main() typedef
29 typedef wchar_t CharT; in main() typedef
Dcompare_value_type_ptr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dlength.pass.cpp22 typedef char CharT; in main() typedef
34 typedef wchar_t CharT; in main() typedef
Dstr.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Dcompare_sub_match.pass.cpp22 typedef char CharT; in main() typedef
39 typedef wchar_t CharT; in main() typedef
Dcompare_string_type.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Doperator_string.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Dswap.pass.cpp21 using CharT = char; in main() typedef
49 using CharT = wchar_t; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.formatter/format.formatter.spec/
Dformatter.string.pass.cpp43 using CharT = typename T::value_type; in test() typedef
69 using CharT = typename StringT::value_type; in test_termination_condition() typedef
103 using CharT = typename T::value_type; in test_string_type() typedef
Dformatter.bool.pass.cpp36 using CharT = typename StringT::value_type; in test() typedef
60 using CharT = typename StringT::value_type; in test_termination_condition() typedef
Dformatter.signed_integral.pass.cpp43 using CharT = typename StringT::value_type; in test() typedef
67 using CharT = typename StringT::value_type; in test_termination_condition() typedef
Dformatter.unsigned_integral.pass.cpp43 using CharT = typename StringT::value_type; in test() typedef
67 using CharT = typename StringT::value_type; in test_termination_condition() typedef
Dformatter.pointer.pass.cpp41 using CharT = typename StringT::value_type; in test() typedef
73 using CharT = typename StringT::value_type; in test_termination_condition() typedef
Dformatter.char.pass.cpp37 using CharT = typename StringT::value_type; in test() typedef
61 using CharT = typename StringT::value_type; in test_termination_condition() typedef
/external/cronet/base/containers/
Dcxx20_erase_string.h24 size_t Erase(std::basic_string<CharT, Traits, Allocator>& container, in Erase()
33 size_t EraseIf(std::basic_string<CharT, Traits, Allocator>& container, in EraseIf()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.fmtstr/
Dparse.pass.cpp37 using CharT = typename StringViewT::value_type; in test_parse() typedef
48 using CharT = typename StringViewT::value_type; in test_formatters() typedef

1234