Home
last modified time | relevance | path

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

/external/rust/crates/tinytemplate/src/
Dtemplate.rs388 fn other_templates() -> HashMap<&'static str, Template<'static>> { in other_templates() function
415 let template_registry = other_templates(); in test_literal()
432 let template_registry = other_templates(); in test_value()
449 let template_registry = other_templates(); in test_path()
466 let template_registry = other_templates(); in test_if_taken()
483 let template_registry = other_templates(); in test_if_untaken()
500 let template_registry = other_templates(); in test_if_else_taken()
517 let template_registry = other_templates(); in test_if_else_untaken()
534 let template_registry = other_templates(); in test_ifnot_taken()
551 let template_registry = other_templates(); in test_ifnot_untaken()
[all …]