Home
last modified time | relevance | path

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

/external/rust/crates/tinytemplate/src/
Dcompiler.rs125 let goto_target = self.close_for(num_instructions, discriminant)?; in compile()
248 fn close_for(&mut self, new_target: usize, discriminant: &str) -> Result<usize> { in close_for() method