HomeSort by: relevance | last modified time | path
    Searched refs:_variables (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp 548 _variables[name] = value;
563 PRE(_variables.find(name) != _variables.end());
564 _variables.erase(_variables.find(name));
579 PRE(_variables.find(name) == _variables.end());
594 PRE(_variables.find(name) == _variables.end());
611 return (_variables.find(name) != _variables.end() |
    [all...]
templates.hpp 80 variables_map _variables; member in class:utils::text::templates_def
87 /// Ideally, these would be represented as part of the _variables, but we

Completed in 26 milliseconds