Searched refs:a_name (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 77 type_base(std::string a_name, std::string a_description) in type_base() argument 78 : name(a_name), in type_base() 98 type_impl(std::string a_name, in type_impl() argument 102 : type_base(a_name, a_description), in type_impl() 168 argument(std::string a_name, in argument() argument 172 : p_type(new type_impl<type>(a_name, a_description, dest, a_validating_function)), in argument()
|