Home
last modified time | relevance | path

Searched defs:toInt (Results 126 – 150 of 1136) sorted by relevance

12345678910>>...46

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/doc/Cassandra/
H A DTinyint.php100 public function toInt() { } function in Cassandra\\Tinyint
H A DSmallint.php100 public function toInt() { } function in Cassandra\\Smallint
H A DBigint.php102 public function toInt() { } function in Cassandra\\Bigint
H A DFloat.php117 public function toInt() { } function in Cassandra\\Float_
/dports/audio/mixxx/mixxx-2.3.0/src/engine/effects/
H A Dengineeffectparameter.h50 inline int toInt() const { in toInt() function
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dremovednamespaces.h47 static int toInt(RemovedNamespace1_Enum e) { return static_cast<int>(e); } in toInt() function
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3bintvalidator.cpp116 int K3b::IntValidator::toInt( const QString& s, bool* ok ) in toInt() function in K3b::IntValidator
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dremovednamespaces.h47 static int toInt(RemovedNamespace1_Enum e) { return static_cast<int>(e); } in toInt() function
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dremovednamespaces.h47 static int toInt(RemovedNamespace1_Enum e) { return static_cast<int>(e); } in toInt() function
/dports/math/chuffed/chuffed-e04bedd/chuffed/core/
H A Dsat-types.h34 inline int toInt (Lit p) { return p.x; } in toInt() function
59 int toInt(void) const { return value; } in toInt() function
68 inline int toInt (lbool l) { return l.toInt(); } in toInt() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/crund/martins_little_helpers/src/utils/
H A Dstring_helpers.hpp117 toInt(const wstring& ws, int vdefault, int verror) in toInt() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/crund/martins_little_helpers/src/utils/
H A Dstring_helpers.hpp117 toInt(const wstring& ws, int vdefault, int verror) in toInt() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/misc/utils/
H A DCommonUtil.swift73 func toInt(_ c: Character) -> Int { in toInt() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/crund/martins_little_helpers/src/utils/
H A Dstring_helpers.hpp117 toInt(const wstring& ws, int vdefault, int verror) in toInt() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/crund/martins_little_helpers/src/utils/
H A Dstring_helpers.hpp117 toInt(const wstring& ws, int vdefault, int verror) in toInt() function
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/util/
H A Dcapacity.cpp54 qint64 Capacity::toInt(Unit u) const in toInt() function in Capacity
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/helpers/
H A DLoggerOptionConverter.php105 public static function toInt($value, $default) { function in LoggerOptionConverter
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/crund/martins_little_helpers/src/utils/
H A Dstring_helpers.hpp117 toInt(const wstring& ws, int vdefault, int verror) in toInt() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtexif/
H A Dsonyminoltaattribs.cc2001 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAExposureTimeInterpreter
2061 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAFNumberInterpreter
2102 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAISOSettingInterpreter
2158 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjValueInterpreter
2179 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjModeInterpreter
2197 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjRegisteredLensesInterpreter
2253 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAColorTemperatureSettingInterpreter
/dports/graphics/rawtherapee/rawtherapee-5.8/rtexif/
H A Dsonyminoltaattribs.cc2001 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAExposureTimeInterpreter
2061 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAFNumberInterpreter
2102 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAISOSettingInterpreter
2158 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjValueInterpreter
2179 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjModeInterpreter
2197 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAAFMicroAdjRegisteredLensesInterpreter
2253 int toInt (const Tag* t, int ofs, TagType astype) override in toInt() function in rtexif::SAColorTemperatureSettingInterpreter
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DConstraint.java470 static int toInt(final float f) { in toInt() method in Constraint
478 static int toInt(final double f) { in toInt() method in Constraint
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/
H A Dlevel.h276 inline int toInt() const in toInt() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Masterminds/sprig/
H A Dnumeric.go39 func toInt(v interface{}) int { func
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/Masterminds/sprig/
H A Dnumeric.go39 func toInt(v interface{}) int { func
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/testlib/doc/snippets/code/
H A Dsrc_qtestlib_qtestcase.cpp108 void TestQString::toInt() in toInt() function in TestQString

12345678910>>...46