Searched refs:from_sqlite_value (Results 1 – 2 of 2) sorted by relevance
34 static T from_sqlite_value(const sqlite::UnOwnedValue& value);46 static inline int64_t from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function60 static inline int from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function74 static inline size_t from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() function88 static inline int from_sqlite_value(const UnOwnedValue& value) { in from_sqlite_value() function102 static inline std::string from_sqlite_value(const UnOwnedValue& value) { in from_sqlite_value() function286 result = ValueConverter::from_sqlite_value(value); in get()332 return fn(KeyConverter::from_sqlite_value(value)); in get_keys_sorted_by_access_count()351 return fn(KeyConverter::from_sqlite_value(value)); in get_keys_sorted_by_access_time()
37 inline static T from_sqlite_value(const sqlite::UnOwnedValue& value) noexcept { in from_sqlite_value() function