Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.hpp83 typedef std::vector< std::string > strings_vector; typedef in utils::text::templates_def
90 typedef std::map< std::string, strings_vector > vectors_map;
107 const strings_vector& get_vector(const std::string&) const;
H A Dtemplates.cpp580 _vectors[name] = strings_vector(); in add_vector()
640 const text::templates_def::strings_vector&
664 const strings_vector& vector = get_vector(name); in get_vector()