Searched refs:PushIterationContext (Results 1 – 3 of 3) sorted by relevance
58 PushIterationContext(Path<'template>, &'template str), enumerator
117 .push(Instruction::PushIterationContext(path, name)); in compile()548 &PushIterationContext(vec![PathStep::Name("bar"), PathStep::Name("baz")], "foo"), in test_foreach()
249 Instruction::PushIterationContext(path, name) => { in render_into()