Home
last modified time | relevance | path

Searched refs:type_handler (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Drpl_utility_server.cc438 source.type_handler() == &type_handler_float || in rpl_conv_type_from()
439 source.type_handler() == &type_handler_double) in rpl_conv_type_from()
464 if (source.type_handler() == &type_handler_float || in rpl_conv_type_from()
465 source.type_handler() == &type_handler_double) in rpl_conv_type_from()
553 same_type= type_handler()->type_handler_base() == source.type_handler(); in rpl_conv_type_from()
555 same_type= type_handler() == source.type_handler(); in rpl_conv_type_from()
563 source.type_handler() == &type_handler_blob || in rpl_conv_type_from()
614 source.type_handler() == &type_handler_time2) in rpl_conv_type_from()
681 if (source.type_handler() == &type_handler_newdate) in rpl_conv_type_from()
704 if (source.type_handler() == &type_handler_newdate) in rpl_conv_type_from()
[all …]
H A Dprocedure.h61 const Type_handler *type_handler() const=0;
71 return type_handler()->Item_get_date_with_warn(thd, this, ltime, fuzzydate); in get_date()
85 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
111 const Type_handler *type_handler() const in type_handler() function
134 const Type_handler *type_handler() const { return &type_handler_varchar; } in type_handler() function
H A Ditem_windowfunc.h121 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
184 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
273 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
323 const Type_handler *type_handler() const in type_handler() function
324 { return Type_handler_hybrid_field_type::type_handler(); } in type_handler()
539 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
627 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
864 const Type_handler *type_handler() const in type_handler() function
865 {return Type_handler_hybrid_field_type::type_handler();} in type_handler()
1173 const Type_handler *type_handler() const in type_handler() function
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Drpl_utility_server.cc438 source.type_handler() == &type_handler_float || in rpl_conv_type_from()
439 source.type_handler() == &type_handler_double) in rpl_conv_type_from()
464 if (source.type_handler() == &type_handler_float || in rpl_conv_type_from()
465 source.type_handler() == &type_handler_double) in rpl_conv_type_from()
553 same_type= type_handler()->type_handler_base() == source.type_handler(); in rpl_conv_type_from()
555 same_type= type_handler() == source.type_handler(); in rpl_conv_type_from()
563 source.type_handler() == &type_handler_blob || in rpl_conv_type_from()
614 source.type_handler() == &type_handler_time2) in rpl_conv_type_from()
681 if (source.type_handler() == &type_handler_newdate) in rpl_conv_type_from()
704 if (source.type_handler() == &type_handler_newdate) in rpl_conv_type_from()
[all …]
H A Dprocedure.h61 const Type_handler *type_handler() const=0;
71 return type_handler()->Item_get_date_with_warn(thd, this, ltime, fuzzydate); in get_date()
85 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
111 const Type_handler *type_handler() const in type_handler() function
134 const Type_handler *type_handler() const { return &type_handler_varchar; } in type_handler() function
H A Ditem_windowfunc.h121 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
184 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
273 const Type_handler *type_handler() const { return &type_handler_slonglong; } in type_handler() function
323 const Type_handler *type_handler() const in type_handler() function
324 { return Type_handler_hybrid_field_type::type_handler(); } in type_handler()
539 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
627 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
864 const Type_handler *type_handler() const in type_handler() function
865 {return Type_handler_hybrid_field_type::type_handler();} in type_handler()
1173 const Type_handler *type_handler() const in type_handler() function
[all …]
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Collector/Information/
H A DTypeInformation.php44 private $type_handler; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Collector\\Information\\TypeInformation
57 * @param TypeHandler $type_handler
60 …pe_name_for_presentation, TypeRenderer $renderer = null, TypeHandler $type_handler = null, string … argument
65 $this->type_handler = $type_handler ? $type_handler : new BaseTypeHandler();
187 return $this->type_handler;
192 * @param TypeHandler $type_handler
194 public function setTypeHandler(TypeHandler $type_handler) argument
196 $this->type_handler = $type_handler;
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Collector/Information/
H A DTypeInformation.php44 private $type_handler; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Collector\\Information\\TypeInformation
57 * @param TypeHandler $type_handler
60 …pe_name_for_presentation, TypeRenderer $renderer = null, TypeHandler $type_handler = null, string … argument
65 $this->type_handler = $type_handler ? $type_handler : new BaseTypeHandler();
187 return $this->type_handler;
192 * @param TypeHandler $type_handler
194 public function setTypeHandler(TypeHandler $type_handler) argument
196 $this->type_handler = $type_handler;
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfoomodulegen_common.py30 def create_type_handler(self, type_handler, *args, **kwargs): argument
31 if issubclass(type_handler, Parameter):
33 elif issubclass(type_handler, ReturnValue):
37 handler = type_handler(*args, **kwargs)
41 def untransform(self, type_handler, declarations, code_block, expression): argument
44 def transform(self, type_handler, declarations, code_block, expression): argument
45 assert type_handler.untransformed_ctype[-1] == '*'
47 'PointerHolder<%s>' % type_handler.untransformed_ctype[:-1], 'tmp')
/dports/devel/py-oci/oci-2.53.1/src/oci/data_integration/models/
H A Ddynamic_type.py96 def type_handler(self): member in DynamicType
105 @type_handler.setter
106 def type_handler(self, type_handler): member in DynamicType
113 self._type_handler = type_handler
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.cc693 return new_field.type_handler() == type_handler(); in is_equal()
845 (to->type_handler())) in save_in_field()
861 if (type_handler() == to->type_handler()) in get_copy_func_to()
872 (to->type_handler())) in get_copy_func_to()
893 return type_handler() == from->type_handler(); in memcpy_field_possible()
899 if (type_handler() == source.type_handler() || in rpl_conv_type_from()
944 item->type_handler() == type_handler()); in can_optimize_keypart_ref()
959 item->type_handler() == type_handler()); in can_optimize_range()
1046 if (type_handler() != item->type_handler()) in eq()
1443 DBUG_ASSERT(item->type_handler() == this); in make_sort_key_part()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.cc693 return new_field.type_handler() == type_handler(); in is_equal()
845 (to->type_handler())) in save_in_field()
861 if (type_handler() == to->type_handler()) in get_copy_func_to()
872 (to->type_handler())) in get_copy_func_to()
893 return type_handler() == from->type_handler(); in memcpy_field_possible()
899 if (type_handler() == source.type_handler() || in rpl_conv_type_from()
944 item->type_handler() == type_handler()); in can_optimize_keypart_ref()
959 item->type_handler() == type_handler()); in can_optimize_range()
1046 if (type_handler() != item->type_handler()) in eq()
1443 DBUG_ASSERT(item->type_handler() == this); in make_sort_key_part()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/bindings/python/
H A Dns3modulegen_core_customizations.py57 def create_type_handler(self, type_handler, *args, **kwargs): argument
58 if issubclass(type_handler, Parameter):
60 elif issubclass(type_handler, ReturnValue):
73 handler = type_handler(*args, **kwargs)
77 def untransform(self, type_handler, declarations, code_block, expression): argument
78 … return 'const_cast<%s> (ns3::PeekPointer (%s))' % (type_handler.untransformed_ctype, expression)
80 def transform(self, type_handler, declarations, code_block, expression): argument
81 assert type_handler.untransformed_ctype[-1] == '*'
82 return 'ns3::Ptr< %s > (%s)' % (type_handler.untransformed_ctype[:-1], expression)
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dprocedure.h60 const Type_handler *type_handler() const=0;
70 return type_handler()->Item_get_date_with_warn(thd, this, ltime, fuzzydate); in get_date()
84 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
110 const Type_handler *type_handler() const { return &type_handler_longlong; } in type_handler() function
128 const Type_handler *type_handler() const { return &type_handler_varchar; } in type_handler() function
H A Ditem.h1047 return type_handler()->field_type(); in field_type()
1071 return type_handler(); in real_type_handler()
1085 return type_handler()->cmp_type(); in cmp_type()
2534 copy(item->type_handler(), item); in join()
3112 const Type_handler *type_handler() const { return this_item()->type_handler(); } in type_handler() function
3171 return value_item->type_handler(); in type_handler()
3426 return field->type_handler(); in real_type_handler()
5406 const Type_handler *type_handler() const { return (*ref)->type_handler(); } in type_handler() function
5747 const Type_handler *type_handler() const { return orig_item->type_handler(); } in type_handler() function
6189 set_handler(item->type_handler()); in Item_copy()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dprocedure.h60 const Type_handler *type_handler() const=0;
70 return type_handler()->Item_get_date_with_warn(thd, this, ltime, fuzzydate); in get_date()
84 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
110 const Type_handler *type_handler() const { return &type_handler_longlong; } in type_handler() function
128 const Type_handler *type_handler() const { return &type_handler_varchar; } in type_handler() function
H A Ditem.h1047 return type_handler()->field_type(); in field_type()
1071 return type_handler(); in real_type_handler()
1085 return type_handler()->cmp_type(); in cmp_type()
2534 copy(item->type_handler(), item); in join()
3112 const Type_handler *type_handler() const { return this_item()->type_handler(); } in type_handler() function
3171 return value_item->type_handler(); in type_handler()
3426 return field->type_handler(); in real_type_handler()
5406 const Type_handler *type_handler() const { return (*ref)->type_handler(); } in type_handler() function
5747 const Type_handler *type_handler() const { return orig_item->type_handler(); } in type_handler() function
6189 set_handler(item->type_handler()); in Item_copy()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dprocedure.h50 const Type_handler *type_handler() const=0; in RAND_bytes()
64 return type_handler()->Item_get_date(this, ltime, fuzzydate); in RAND_bytes()
78 const Type_handler *type_handler() const { return &type_handler_double; }
104 const Type_handler *type_handler() const { return &type_handler_longlong; }
122 const Type_handler *type_handler() const { return &type_handler_varchar; }
H A Ditem_func.h433 const Type_handler *type_handler() const in type_handler() function
796 const Type_handler *type_handler() const= 0;
893 const Type_handler *type_handler() const in type_handler() function
950 const Type_handler *type_handler() const in type_handler() function
1178 const Type_handler *type_handler() const in type_handler() function
1594 return Item_func_min_max::type_handler()-> in val_real()
1600 return Item_func_min_max::type_handler()-> in val_int()
1690 const Type_handler *type_handler() const { return args[0]->type_handler(); } in type_handler() function
2650 const Type_handler *type_handler() const;
2915 const Type_handler *type_handler() const;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dprocedure.h50 const Type_handler *type_handler() const=0;
64 return type_handler()->Item_get_date(this, ltime, fuzzydate); in get_date()
78 const Type_handler *type_handler() const { return &type_handler_double; } in type_handler() function
104 const Type_handler *type_handler() const { return &type_handler_longlong; } in type_handler() function
122 const Type_handler *type_handler() const { return &type_handler_varchar; } in type_handler() function
H A Ditem_func.h433 const Type_handler *type_handler() const in type_handler() function
796 const Type_handler *type_handler() const= 0;
893 const Type_handler *type_handler() const in type_handler() function
950 const Type_handler *type_handler() const in type_handler() function
1178 const Type_handler *type_handler() const in type_handler() function
1594 return Item_func_min_max::type_handler()-> in val_real()
1600 return Item_func_min_max::type_handler()-> in val_int()
1690 const Type_handler *type_handler() const { return args[0]->type_handler(); } in type_handler() function
2650 const Type_handler *type_handler() const;
2915 const Type_handler *type_handler() const;
[all …]
/dports/devel/p5-Glib/Glib-1.3293/lib/Glib/
H A DCodeGen.pm17 my %type_handler = (
306 if (exists $type_handler{$base}) {
307 $type_handler{$base}->($typemacro, $classname,
418 $type_handler{$root_type} = $handler;
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/type_test/
H A Dplugin.cc60 const Type_handler *type_handler() const override;
92 const Type_handler *Field_test_int8::type_handler() const in type_handler() function in Field_test_int8
117 const Type_handler *type_handler() const override;
155 const Type_handler *Field_test_double::type_handler() const in type_handler() function in Field_test_double
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/type_test/
H A Dplugin.cc60 const Type_handler *type_handler() const override;
92 const Type_handler *Field_test_int8::type_handler() const in type_handler() function in Field_test_int8
117 const Type_handler *type_handler() const override;
155 const Type_handler *Field_test_double::type_handler() const in type_handler() function in Field_test_double
/dports/math/ideep/ideep-2.0.0-119-gb57539e/total_reduce/
H A Dpal.h9 struct type_handler { struct
19 extern struct type_handler type_handlers[]; argument

12345678910>>...18