Searched defs:CefStringTraitsUTF8 (Results 1 – 1 of 1) sorted by relevance
144 struct CefStringTraitsUTF8 { struct145 typedef char char_type;146 typedef cef_string_utf8_t struct_type;147 typedef cef_string_userfree_utf8_t userfree_struct_type;149 static inline void clear(struct_type* s) { cef_string_utf8_clear(s); } in clear()150 static inline int set(const char_type* src, in set()156 static inline int compare(const struct_type* s1, const struct_type* s2) { in compare()159 static inline userfree_struct_type userfree_alloc() { in userfree_alloc()162 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free()167 static inline bool from_ascii(const char* str, size_t len, struct_type* s) { in from_ascii()[all …]