Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
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 \
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs41 mod template_params; module
42 pub use self::template_params::UsedTemplateParameters;
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1001 template_params: Vec<TypeId>, field
1074 template_params: vec![], in new()
1444 ci.template_params.push(param); in from_ty()
1489 if !ci.template_params.is_empty() { in from_ty()
1843 self.template_params.clone() in self_template_params()
Dty.rs1252 TypeKind::TemplateAlias(inner, ref template_params) => { in trace()
1254 for param in template_params { in trace()
/third_party/openssl/test/
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()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs3833 let template_params = item.all_template_params(ctx); in try_to_rust_ty() localVariable
3835 (item.is_opaque(ctx, &()) && !template_params.is_empty()) in try_to_rust_ty()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc4870 const std::string template_params) { in GeneratePrintDefinitionsForClass() argument
4871 impl << template_params << "\n"; in GeneratePrintDefinitionsForClass()