Home
last modified time | relevance | path

Searched refs:template_params (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
516 template <GMOCK_INTERNAL_DECL_##template_params \
551 template <GMOCK_INTERNAL_DECL_##template_params \
554 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
557 template <GMOCK_INTERNAL_DECL_##template_params \
560 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
564 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
568 template <GMOCK_INTERNAL_DECL_##template_params \
573 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c223 const OSSL_PARAM *template_params;
704 if (!TEST_ptr(keys[i].key = make_key(keys[i].keytype, keys[i].template_params))) in OPT_TEST_DECLARE_USAGE()
219 const OSSL_PARAM *template_params; global() member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2685 llvm::StringRef &template_params) { in SplitTemplateParams() argument
2689 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() local
3121 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()