Searched refs:PushNamedContext (Results 1 – 3 of 3) sorted by relevance
53 PushNamedContext(Path<'template>, &'template str), enumerator
99 let instruction = Instruction::PushNamedContext(path, name); in compile()535 &PushNamedContext(vec![PathStep::Name("foo")], "bar"), in test_with()
242 Instruction::PushNamedContext(path, name) => { in render_into()