Home
last modified time | relevance | path

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

/external/eigen/debug/gdb/
Dprinters.py51 template_params = m.split(',')
52 template_params = [x.replace(" ", "") for x in template_params]
54 …if template_params[1] == '-0x00000000000000001' or template_params[1] == '-0x000000001' or templat…
57 self.rows = int(template_params[1])
59 …if template_params[2] == '-0x00000000000000001' or template_params[2] == '-0x000000001' or templat…
62 self.cols = int(template_params[2])
65 if len(template_params) > 3:
66 self.options = template_params[3];
/external/gemmlowp/meta/generators/
Dcommon.py76 template_params = [in_type, lanes_count, pack_size, leftovers, self.name]
78 'Stream', [], template_params, 'Pack',
82 '%s::Pack()' % _TemplateName(self.name, template_params))
98 template_params = [
103 'MulKernel', [], template_params, 'Multiply',
111 template_params))
126 template_params = [
130 'Transform1DKernel', [], template_params, 'Transform',
135 _TemplateName(self.kernel_name, template_params))
Dcc_emitter.py143 def EmitClassBegin(self, class_name, template_params, specializations, argument
147 if template_params or specializations:
148 self.EmitIndented('template<%s>' % ', '.join(template_params))
/external/googletest/googlemock/include/gmock/
Dgmock-more-actions.h428 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
429 template <GMOCK_INTERNAL_DECL_##template_params \
464 template <GMOCK_INTERNAL_DECL_##template_params \
467 GMOCK_INTERNAL_LIST_##template_params \
470 template <GMOCK_INTERNAL_DECL_##template_params \
473 GMOCK_INTERNAL_LIST_##template_params \
477 GMOCK_INTERNAL_LIST_##template_params \
481 template <GMOCK_INTERNAL_DECL_##template_params \
486 GMOCK_INTERNAL_LIST_##template_params \
/external/clang/test/Preprocessor/
Dmicrosoft-ext.c18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
/external/llvm-project/clang/test/Preprocessor/
Dmicrosoft-ext.c18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
/external/rust/crates/bindgen/src/ir/analysis/
Dmod.rs41 mod template_params; module
42 pub use self::template_params::UsedTemplateParameters;
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1010 template_params: Vec<TypeId>, field
1078 template_params: vec![], in new()
1402 ci.template_params.push(param); in from_ty()
1447 if !ci.template_params.is_empty() { in from_ty()
1786 self.template_params.clone() in self_template_params()
Dty.rs1240 TypeKind::TemplateAlias(inner, ref template_params) => { in trace()
1242 for param in template_params { in trace()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-actions.h1246 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
1247 template <GMOCK_INTERNAL_DECL_##template_params\
1285 template <GMOCK_INTERNAL_DECL_##template_params\
1288 GMOCK_INTERNAL_LIST_##template_params\
1292 GMOCK_INTERNAL_LIST_##template_params\
1296 template <GMOCK_INTERNAL_DECL_##template_params\
1305 GMOCK_INTERNAL_LIST_##template_params\
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3575 let template_params = item in try_to_rust_ty() localVariable
3581 if item.is_opaque(ctx, &()) && !template_params.is_empty() { in try_to_rust_ty()
3593 let template_params = item.all_template_params(ctx); in try_to_rust_ty() localVariable
3595 (item.is_opaque(ctx, &()) && !template_params.is_empty()) in try_to_rust_ty()
/external/fmtlib/test/gmock/
Dgmock.h3513 #define ACTION_TEMPLATE(name, template_params, value_params)\
3514 template <GMOCK_INTERNAL_DECL_##template_params\
3552 template <GMOCK_INTERNAL_DECL_##template_params\
3555 GMOCK_INTERNAL_LIST_##template_params\
3559 GMOCK_INTERNAL_LIST_##template_params\
3563 template <GMOCK_INTERNAL_DECL_##template_params\
3572 GMOCK_INTERNAL_LIST_##template_params\
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h3568 #define ACTION_TEMPLATE(name, template_params, value_params)\
3569 template <GMOCK_INTERNAL_DECL_##template_params\
3607 template <GMOCK_INTERNAL_DECL_##template_params\
3610 GMOCK_INTERNAL_LIST_##template_params\
3614 GMOCK_INTERNAL_LIST_##template_params\
3618 template <GMOCK_INTERNAL_DECL_##template_params\
3627 GMOCK_INTERNAL_LIST_##template_params\