Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dsession.rs115 pub fn changeset(&mut self) -> Result<Changeset> { in changeset()
137 pub fn patchset(&mut self) -> Result<Changeset> { in patchset()
260 pub struct Changeset { struct
265 impl Changeset { impl
268 pub fn invert(&self) -> Result<Changeset> { in invert()
291 pub fn concat(a: &Changeset, b: &Changeset) -> Result<Changeset> { in concat()
301 impl Drop for Changeset { implementation
550 pub fn output(&mut self) -> Result<Changeset> { in output()
582 pub fn apply<F, C>(&self, cs: &Changeset, filter: Option<F>, conflict: C) -> Result<()> in apply()
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/diff/
Dmod.rs7 let Changeset { diffs, .. } = Changeset::new(left, right, "\n"); in get_diff() localVariable
18 let Changeset { diffs, .. } = Changeset::new(y, x, " "); in get_diff() localVariable