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 \
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 \
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c219 const OSSL_PARAM *template_params; member
715 make_key(keys[i].keytype, keys[i].template_params))) in OPT_TEST_DECLARE_USAGE()
/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()