/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.cons/ |
D | from_iterator_sentinel.pass.cpp | 55 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/ |
D | make_string.h | 47 #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/ |
D | default.pass.cpp | 23 typedef char CharT; in main() typedef 29 typedef wchar_t CharT; in main() typedef
|
D | compare_value_type_ptr.pass.cpp | 23 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
D | length.pass.cpp | 23 typedef char CharT; in main() typedef 34 typedef wchar_t CharT; in main() typedef
|
D | compare_string_type.pass.cpp | 23 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
D | compare_sub_match.pass.cpp | 23 typedef char CharT; in main() typedef 39 typedef wchar_t CharT; in main() typedef
|
D | str.pass.cpp | 23 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
D | operator_string.pass.cpp | 23 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/ |
D | default.pass.cpp | 22 typedef char CharT; in main() typedef 29 typedef wchar_t CharT; in main() typedef
|
D | compare_value_type_ptr.pass.cpp | 22 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
D | length.pass.cpp | 22 typedef char CharT; in main() typedef 34 typedef wchar_t CharT; in main() typedef
|
D | str.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
D | compare_sub_match.pass.cpp | 22 typedef char CharT; in main() typedef 39 typedef wchar_t CharT; in main() typedef
|
D | compare_string_type.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
D | operator_string.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
D | swap.pass.cpp | 21 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/ |
D | formatter.string.pass.cpp | 43 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
|
D | formatter.bool.pass.cpp | 36 using CharT = typename StringT::value_type; in test() typedef 60 using CharT = typename StringT::value_type; in test_termination_condition() typedef
|
D | formatter.signed_integral.pass.cpp | 43 using CharT = typename StringT::value_type; in test() typedef 67 using CharT = typename StringT::value_type; in test_termination_condition() typedef
|
D | formatter.unsigned_integral.pass.cpp | 43 using CharT = typename StringT::value_type; in test() typedef 67 using CharT = typename StringT::value_type; in test_termination_condition() typedef
|
D | formatter.pointer.pass.cpp | 41 using CharT = typename StringT::value_type; in test() typedef 73 using CharT = typename StringT::value_type; in test_termination_condition() typedef
|
D | formatter.char.pass.cpp | 37 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/ |
D | cxx20_erase_string.h | 24 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/ |
D | parse.pass.cpp | 37 using CharT = typename StringViewT::value_type; in test_parse() typedef 48 using CharT = typename StringViewT::value_type; in test_formatters() typedef
|