Home
last modified time | relevance | path

Searched defs:is_bool_type (Results 1 – 24 of 24) sorted by relevance

/dports/math/py-pysmt/pysmt-0.9.0/pysmt/
H A Dtyping.py73 def is_bool_type(self): member in PySMTType
140 def is_bool_type(self): member in _BoolType
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dbinary_protocol.h77 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/flags/
H A Dflags.cc459 bool is_bool_type = flag->type() == Flag::TYPE_BOOL || in SetFlagsFromCommandLine() local
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dflags.cc523 bool is_bool_type = flag->type() == Flag::TYPE_BOOL || in SetFlagsFromCommandLine() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/flags/
H A Dflags.cc637 bool is_bool_type = flag->type() == Flag::TYPE_BOOL || in SetFlagsFromCommandLine() local
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/devel/thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO… macro
/dports/lang/v8/v8-9.6.180.12/src/flags/
H A Dflags.cc657 bool is_bool_type = flag->type() == Flag::TYPE_BOOL || in SetFlagsFromCommandLine() local
/dports/editors/vile/vile-9.8v/
H A Dmodes.c77 #define is_bool_type(type) ((type) == VALTYPE_BOOL || (type) == VALTYPE_MAJOR) macro
96 #define is_bool_type(type) ((type) == VALTYPE_BOOL) macro
/dports/editors/xvile/vile-9.8v/
H A Dmodes.c77 #define is_bool_type(type) ((type) == VALTYPE_BOOL || (type) == VALTYPE_MAJOR) macro
96 #define is_bool_type(type) ((type) == VALTYPE_BOOL) macro
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_type.h3572 virtual bool is_bool_type() const { return false; } in is_bool_type() function
5184 bool is_bool_type() const { return true; } in is_bool_type() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_type.h3572 virtual bool is_bool_type() const { return false; } in is_bool_type() function
5184 bool is_bool_type() const { return true; } in is_bool_type() function
/dports/math/octave-forge-sparsersb/sparsersb-1.0.9/src/
H A Dsparsersb.cc1164 bool is_bool_type (void) const { return false; } in is_bool_type() function in octave_sparsersb_mtx
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_type.h3848 virtual bool is_bool_type() const { return false; } in is_bool_type() function
5729 bool is_bool_type() const override { return true; } in is_bool_type() function
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem.h1674 virtual bool is_bool_type() { return false; } in is_bool_type() function
3856 bool is_bool_type() { return true; } in is_bool_type() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_type.h3848 virtual bool is_bool_type() const { return false; } in is_bool_type() function
5729 bool is_bool_type() const override { return true; } in is_bool_type() function
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h219 bool is_bool_type() { return true; } in is_bool_type() function