Searched refs:add_with (Results 1 – 2 of 2) sorted by relevance
84 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method101 self.add_with(|out| { in add()145 self.add_with(|out| { in write_str()273 assert!(builder.add_with(|_| Err(BootConfigError::GenericReaderError(123))).is_err()); in test_add_with_error()
234 bootconfig_builder.add_with(|out| { in load_android_simple()248 bootconfig_builder.add_with(|out| { in load_android_simple()