Home
last modified time | relevance | path

Searched defs:when_count (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h2151 uint when_count() const { return arg_count / 2; } in when_count() function
2192 uint when_count() const { return (arg_count - 1) / 2; } in when_count() function
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h2217 uint when_count() const { return arg_count / 2; } in when_count() function
2258 uint when_count() const { return (arg_count - 1) / 2; } in when_count() function
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2197 uint when_count() const { return arg_count / 2; } in when_count() function
2238 uint when_count() const { return (arg_count - 1) / 2; } in when_count() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2197 uint when_count() const { return arg_count / 2; } in when_count() function
2238 uint when_count() const { return (arg_count - 1) / 2; } in when_count() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h2217 uint when_count() const { return arg_count / 2; } in when_count() function
2258 uint when_count() const { return (arg_count - 1) / 2; } in when_count() function