Home
last modified time | relevance | path

Searched refs:in_longlong (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Examples/test-suite/scilab/
H A Dli_typemaps_runme.sci94 //checkequal(in_longlong(22), 22, "in_longlong");
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dlong_long_apply.i62 LongLong in_longlong(LongLong *INPUT) { return *INPUT; } in in_longlong() function
H A Dli_typemaps.i22 long long in_longlong(long long *INPUT) { return *INPUT; } in in_longlong() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h991 class in_longlong :public in_vector
1005 in_longlong(uint elements);
1029 class in_datetime_as_longlong :public in_longlong
1033 :in_longlong(elements) {}; in in_datetime_as_longlong()
1043 class in_time_as_longlong :public in_longlong
1047 :in_longlong(elements) {}; in in_time_as_longlong()
1063 class in_datetime :public in_longlong
1073 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc3841 in_longlong::packed_longlong *a, in cmp_longlong()
3842 in_longlong::packed_longlong *b) in cmp_longlong()
3989 in_longlong::in_longlong(uint elements) in in_longlong() function in in_longlong
3993 void in_longlong::set(uint pos,Item *item) in set()
4001 uchar *in_longlong::get_value(Item *item) in get_value()
4596 (in_vector*) new in_longlong(arg_count - 1); in fix_length_and_dec()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h991 class in_longlong :public in_vector
1005 in_longlong(uint elements);
1029 class in_datetime_as_longlong :public in_longlong
1033 :in_longlong(elements) {}; in in_datetime_as_longlong()
1043 class in_time_as_longlong :public in_longlong
1047 :in_longlong(elements) {}; in in_time_as_longlong()
1063 class in_datetime :public in_longlong
1073 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_cmpfunc.h991 class in_longlong :public in_vector
1005 in_longlong(uint elements);
1029 class in_datetime_as_longlong :public in_longlong
1033 :in_longlong(elements) {}; in in_datetime_as_longlong()
1043 class in_time_as_longlong :public in_longlong
1047 :in_longlong(elements) {}; in in_time_as_longlong()
1063 class in_datetime :public in_longlong
1073 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h991 class in_longlong :public in_vector
1005 in_longlong(uint elements);
1029 class in_datetime_as_longlong :public in_longlong
1033 :in_longlong(elements) {}; in in_datetime_as_longlong()
1043 class in_time_as_longlong :public in_longlong
1047 :in_longlong(elements) {}; in in_time_as_longlong()
1063 class in_datetime :public in_longlong
1073 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_cmpfunc.h991 class in_longlong :public in_vector
1005 in_longlong(uint elements);
1029 class in_datetime_as_longlong :public in_longlong
1033 :in_longlong(elements) {}; in in_datetime_as_longlong()
1043 class in_time_as_longlong :public in_longlong
1047 :in_longlong(elements) {}; in in_time_as_longlong()
1063 class in_datetime :public in_longlong
1073 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_cmpfunc.h1227 class in_longlong :public in_vector
1246 in_longlong(THD *thd, uint elements);
1274 class in_datetime_as_longlong :public in_longlong
1278 : in_longlong(thd, elements) in in_datetime_as_longlong()
1289 class in_time_as_longlong :public in_longlong
1293 : in_longlong(thd, elements) in in_time_as_longlong()
1310 class in_datetime :public in_longlong
1319 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_cmpfunc.h1227 class in_longlong :public in_vector
1246 in_longlong(THD *thd, uint elements);
1274 class in_datetime_as_longlong :public in_longlong
1278 : in_longlong(thd, elements) in in_datetime_as_longlong()
1289 class in_time_as_longlong :public in_longlong
1293 : in_longlong(thd, elements) in in_time_as_longlong()
1310 class in_datetime :public in_longlong
1319 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.h1229 class in_longlong :public in_vector
1248 in_longlong(THD *thd, uint elements);
1276 class in_datetime_as_longlong :public in_longlong
1280 : in_longlong(thd, elements) in in_datetime_as_longlong()
1291 class in_time_as_longlong :public in_longlong
1295 : in_longlong(thd, elements) in in_time_as_longlong()
1312 class in_datetime :public in_longlong
1321 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_cmpfunc.h1227 class in_longlong :public in_vector
1246 in_longlong(THD *thd, uint elements);
1274 class in_datetime_as_longlong :public in_longlong
1278 : in_longlong(thd, elements) in in_datetime_as_longlong()
1289 class in_time_as_longlong :public in_longlong
1293 : in_longlong(thd, elements) in in_time_as_longlong()
1310 class in_datetime :public in_longlong
1319 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.h1229 class in_longlong :public in_vector
1248 in_longlong(THD *thd, uint elements);
1276 class in_datetime_as_longlong :public in_longlong
1280 : in_longlong(thd, elements) in in_datetime_as_longlong()
1291 class in_time_as_longlong :public in_longlong
1295 : in_longlong(thd, elements) in in_time_as_longlong()
1312 class in_datetime :public in_longlong
1321 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.h1229 class in_longlong :public in_vector
1248 in_longlong(THD *thd, uint elements);
1276 class in_datetime_as_longlong :public in_longlong
1280 : in_longlong(thd, elements) in in_datetime_as_longlong()
1291 class in_time_as_longlong :public in_longlong
1295 : in_longlong(thd, elements) in in_time_as_longlong()
1312 class in_datetime :public in_longlong
1321 : in_longlong(thd_arg, elements), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc4446 int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
4447 const in_longlong::packed_longlong *b) in cmp_longlong()
4476 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4477 const in_longlong::packed_longlong &b) in operator ()()
4484 void in_longlong::sort() in sort()
4490 bool in_longlong::find_value(const void *value) const in find_value()
4492 const in_longlong::packed_longlong *val= in find_value()
4499 bool in_longlong::compare_elems(uint pos1, uint pos2) const in compare_elems()
4668 in_longlong::in_longlong(THD *thd, uint elements) in in_longlong() function in in_longlong
4674 void in_longlong::set(uint pos,Item *item) in set()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_cmpfunc.h1552 class in_longlong : public in_vector {
1563 in_longlong(MEM_ROOT *mem_root, uint elements) in in_longlong() function
1585 class in_datetime_as_longlong final : public in_longlong {
1588 : in_longlong(mem_root, elements) {} in in_datetime_as_longlong()
1597 class in_time_as_longlong final : public in_longlong {
1600 : in_longlong(mem_root, elements) {} in in_time_as_longlong()
1615 class in_datetime final : public in_longlong {
1623 : in_longlong(mem_root, elements), in in_datetime()
H A Ditem_cmpfunc.cc3988 static int cmp_longlong(const in_longlong::packed_longlong *a, in cmp_longlong()
3989 const in_longlong::packed_longlong *b) { in cmp_longlong()
4012 bool operator()(const in_longlong::packed_longlong &a, in operator ()()
4013 const in_longlong::packed_longlong &b) { in operator ()()
4018 void in_longlong::resize_and_sort() { in resize_and_sort()
4023 bool in_longlong::find_item(Item *item) { in find_item()
4031 bool in_longlong::compare_elems(uint pos1, uint pos2) const { in compare_elems()
4141 void in_longlong::val_item(Item *item, packed_longlong *result) { in val_item()
4869 : static_cast<in_vector *>(new (thd->mem_root) in_longlong( in resolve_type()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_cmpfunc.h863 class in_longlong :public in_vector
877 in_longlong(uint elements);
907 class in_datetime :public in_longlong
917 :in_longlong(elements), thd(current_thd), warn_item(warn_item_arg), in in_datetime()
H A Ditem_cmpfunc.cc3418 in_longlong::packed_longlong *a, in cmp_longlong()
3419 in_longlong::packed_longlong *b) in cmp_longlong()
3565 in_longlong::in_longlong(uint elements) in in_longlong() function in in_longlong
3569 void in_longlong::set(uint pos,Item *item) in set()
3577 uchar *in_longlong::get_value(Item *item) in get_value()
4108 array= new in_longlong(arg_count-1); in fix_length_and_dec()

12