Home
last modified time | relevance | path

Searched defs:from_sqlite_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dkey_value_store.hpp46 static inline int64_t from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function
60 static inline int from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function
74 static inline size_t from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function
88 static inline int from_sqlite_value(const UnOwnedValue& value) { in from_sqlite_value() function
102 static inline std::string from_sqlite_value(const UnOwnedValue& value) { in from_sqlite_value() function
H A Djson_key_value_store.hpp37 inline static T from_sqlite_value(const sqlite::UnOwnedValue& value) noexcept { in from_sqlite_value() function