Searched refs:cef_string_utf16_clear (Results 1 – 5 of 5) sorted by relevance
89 cef_string_utf16_clear(output); in cef_string_utf16_set()130 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear() function298 cef_string_utf16_clear(str); in cef_string_userfree_utf16_free()
82 #define cef_string_clear cef_string_utf16_clear
109 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str);
111 cef_string_utf16_clear(&cstr); in to_string16()208 cef_string_utf16_clear(&cstr); in to_string16()232 static inline void clear(struct_type* s) { cef_string_utf16_clear(s); } in clear()
690 cef_string_utf16_clear_ptr cef_string_utf16_clear; member897 INIT_ENTRY(cef_string_utf16_clear); in libcef_init_pointers()1894 NO_SANITIZE("cfi-icall") void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear() function1895 g_libcef_pointers.cef_string_utf16_clear(str); in cef_string_utf16_clear()