Searched defs:from_sqlite_value (Results 1 – 2 of 2) sorted by relevance
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() function
37 inline static T from_sqlite_value(const sqlite::UnOwnedValue& value) noexcept { in from_sqlite_value() function