Home
last modified time | relevance | path

Searched defs:constexpr_char_traits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_view_constexpr_test1.cpp21 struct constexpr_char_traits struct
23 typedef char char_type;
24 typedef int int_type;
25 typedef std::streamoff off_type;
26 typedef std::streampos pos_type;
27 typedef std::mbstate_t state_type;
52 constexpr int constexpr_char_traits::compare(const char_type* s1, const char_type* s2, size_t n) no… in compare() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dconstexpr_char_traits.h20 struct constexpr_char_traits struct
22 typedef CharT char_type;
23 typedef int int_type;
24 typedef std::streamoff off_type;
25 typedef std::streampos pos_type;
26 typedef std::mbstate_t state_type;
30 static TEST_CONSTEXPR_CXX14 void assign(char_type& c1, const char_type& c2) TEST_NOEXCEPT in assign()
33 static TEST_CONSTEXPR bool eq(char_type c1, char_type c2) TEST_NOEXCEPT in eq()
36 static TEST_CONSTEXPR bool lt(char_type c1, char_type c2) TEST_NOEXCEPT in lt()
65 constexpr_char_traits<CharT>::compare(const char_type* s1, const char_type* s2, std::size_t n) in compare() argument
/aosp_15_r20/external/libcxx/test/support/
H A Dconstexpr_char_traits.hpp20 struct constexpr_char_traits struct
22 typedef _CharT char_type;
23 typedef int int_type;
24 typedef std::streamoff off_type;
25 typedef std::streampos pos_type;
26 typedef std::mbstate_t state_type;
28 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT in assign()
31 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
34 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
63 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() argument