HomeSort by: relevance | last modified time | path
    Searched defs:strings_set (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/
metadata.hpp 59 typedef std::set< std::string > strings_set; typedef in namespace:engine
83 const strings_set& allowed_architectures(void) const;
84 const strings_set& allowed_platforms(void) const;
88 const strings_set& required_configs(void) const;
124 metadata_builder& set_allowed_architectures(const strings_set&);
125 metadata_builder& set_allowed_platforms(const strings_set&);
129 metadata_builder& set_required_configs(const strings_set&);

Completed in 15 milliseconds