Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/database/
H A Dutils.rs205 fn to_sql(&self) -> rusqlite::Result<rusqlite::types::ToSqlOutput> {
/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs108 use rusqlite::types::{Null, ToSql, ToSqlOutput};
393 $enum_name::$vname(v) => Ok(ToSqlOutput::from(v.to_primitive())),
403 $enum_name::$vname => Ok(ToSqlOutput::from(Null)),
408 fn to_sql(&self) -> SqlResult<ToSqlOutput> {
H A Ddatabase.rs88 types::ToSqlOutput,
262 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
263 Ok(ToSqlOutput::Owned(Value::Integer(match self { in to_sql()
303 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
339 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
402 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
403 Ok(ToSqlOutput::Owned(Value::Integer(self.0))) in to_sql()
464 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
695 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
770 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() argument
[all …]