Home
last modified time | relevance | path

Searched refs:string_from_unowned_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Djson_key_value_store.hpp24 std::string string_from_unowned_value(const sqlite::UnOwnedValue& value);
39 result.from_json_string(string_from_unowned_value(value)); in from_sqlite_value()
H A Djson_key_value_store.cpp13 std::string string_from_unowned_value(const sqlite::UnOwnedValue& value) { in string_from_unowned_value() function