Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dto_sql.rs12 pub enum ToSqlOutput<'a> { enum
33 impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> implementation
82 impl ToSql for ToSqlOutput<'_> { implementation
/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs296 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
335 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
371 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
429 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
491 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
525 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
772 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()
847 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql()