Home
last modified time | relevance | path

Searched defs:str_new (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/src/symbols/
Drust_str.rs9 unsafe extern "C" fn str_new(this: &mut MaybeUninit<&str>) { in str_new() function
/third_party/toybox/kconfig/
Dutil.c57 struct gstr str_new(void) in str_new() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Drename.c75 char str_new[] = "new"; in rename_0300() local
/third_party/sqlite/include/
Dsqlite3ext.h302 sqlite3_str *(*str_new)(sqlite3*); member