Searched refs:bind_unowned_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/ |
H A D | statement.cpp | 38 bool bind_unowned_string(sqlite3_stmt* stmt, size_t index, UnOwnedString value, bool copy, std::err… in bind_unowned_string() function 155 return bind_unowned_string(get_underlying_statement(), index, value, true, error); in bind() 159 return bind_unowned_string(get_underlying_statement(), index, value, false, error); in bind_no_copy() 164 return bind_unowned_string(get_underlying_statement(), index, value, true, error); in bind_name() 171 return bind_unowned_string(get_underlying_statement(), index, value, false, error); in bind_name_no_copy()
|