Searched refs:template_params (Results 1 – 3 of 3) sorted by relevance
515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument516 template <GMOCK_INTERNAL_DECL_##template_params \552 template <GMOCK_INTERNAL_DECL_##template_params \555 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \558 template <GMOCK_INTERNAL_DECL_##template_params \561 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \565 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \569 template <GMOCK_INTERNAL_DECL_##template_params \574 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
219 const OSSL_PARAM *template_params; member715 make_key(keys[i].keytype, keys[i].template_params))) in OPT_TEST_DECLARE_USAGE()
2685 llvm::StringRef &template_params) { in SplitTemplateParams() argument2689 template_params = llvm::StringRef(); in SplitTemplateParams()2693 template_params = fullname.slice(it, fullname.size()); in SplitTemplateParams()3114 std::vector<std::string> template_params; in FindDefinitionDIE() local3121 template_params.push_back( in FindDefinitionDIE()3127 template_params, [](llvm::StringRef p) { return !p.empty(); }); in FindDefinitionDIE()3139 pos < template_params.size(); in FindDefinitionDIE()3141 if (template_params[pos].empty()) in FindDefinitionDIE()3143 if (template_params[pos] != in FindDefinitionDIE()3147 if (pos != template_params.size()) in FindDefinitionDIE()