Home
last modified time | relevance | path

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

/external/rust/crates/tinytemplate/src/
Dtemplate.rs132 template_registry: &HashMap<&str, Template>, in render()
141 template_registry, in render()
153 template_registry: &HashMap<&str, Template>, in render_into()
302 match template_registry.get(template_name) { in render_into()
306 template_registry, in render_into()
415 let template_registry = other_templates(); in test_literal() localVariable
420 &template_registry, in test_literal()
432 let template_registry = other_templates(); in test_value() localVariable
437 &template_registry, in test_value()
449 let template_registry = other_templates(); in test_path() localVariable
[all …]