Home
last modified time | relevance | path

Searched refs:to_sql (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/database/
Dutils.rs205 fn to_sql(&self) -> rusqlite::Result<rusqlite::types::ToSqlOutput> {
207 $($entry::$vname(v) => v.to_sql(),)*
/system/security/keystore2/src/
Ddatabase.rs296 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
335 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
336 self.0.to_sql() in to_sql()
371 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
374 Self::KeyId(id) => id.to_sql(), in to_sql()
429 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
491 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
525 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
772 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
773 self.0.to_sql() in to_sql()
[all …]
Dkey_parameter.rs444 fn to_sql(&self) -> SqlResult<ToSqlOutput> {