Home
last modified time | relevance | path

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

/external/rust/crates/tinytemplate/src/
Dinstruction.rs58 PushIterationContext(Path<'template>, &'template str), enumerator
Dcompiler.rs117 .push(Instruction::PushIterationContext(path, name)); in compile()
548 &PushIterationContext(vec![PathStep::Name("bar"), PathStep::Name("baz")], "foo"), in test_foreach()
Dtemplate.rs249 Instruction::PushIterationContext(path, name) => { in render_into()