Searched defs:string16_char_traits (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.capacity/ |
H A D | shrink_to_fit.explicit_instantiation.sh.cpp | 26 struct string16_char_traits { struct 27 typedef char16 char_type; 51 template class std::basic_string<char16, string16_char_traits>; argument
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | string16.h | 71 struct string16_char_traits { struct 72 typedef char16 char_type; 73 typedef int int_type; 80 typedef std::streamoff off_type; 81 typedef mbstate_t state_type; 82 typedef std::fpos<state_type> pos_type; 84 static void assign(char_type& c1, const char_type& c2) { in assign() 88 static bool eq(const char_type& c1, const char_type& c2) { in eq() 91 static bool lt(const char_type& c1, const char_type& c2) { in lt() 95 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/ |
D | string16.h | 74 struct string16_char_traits { struct 75 typedef char16 char_type; 76 typedef int int_type; 83 typedef std::streamoff off_type; 84 typedef mbstate_t state_type; 85 typedef std::fpos<state_type> pos_type; 87 static void assign(char_type& c1, const char_type& c2) { in assign() 91 static bool eq(const char_type& c1, const char_type& c2) { in eq() 94 static bool lt(const char_type& c1, const char_type& c2) { in lt() 98 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/ |
D | string16.h | 74 struct string16_char_traits { struct 75 typedef char16 char_type; 76 typedef int int_type; 83 typedef std::streamoff off_type; 84 typedef mbstate_t state_type; 85 typedef std::fpos<state_type> pos_type; 87 static void assign(char_type& c1, const char_type& c2) { in assign() 91 static bool eq(const char_type& c1, const char_type& c2) { in eq() 94 static bool lt(const char_type& c1, const char_type& c2) { in lt() 98 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare() [all …]
|