Searched refs:_variables (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtemplates.cpp549 _variables[name] = value;
564 PRE(_variables.find(name) != _variables.end());
565 _variables.erase(_variables.find(name));
580 PRE(_variables.find(name) == _variables.end());
595 PRE(_variables.find(name) == _variables.end());
612 return (_variables
[all...]
H A Dtemplates.hpp82 variables_map _variables; member in class:utils::text::templates_def
89 /// Ideally, these would be represented as part of the _variables, but we

Completed in 102 milliseconds