Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 25 of 6268) sorted by relevance

12345678910>>...251

/dports/science/ALPSCore/ALPSCore-2.2.0/alea/include/alps/alea/
H A Dvar_strategy.hpp62 struct bind<circular_var, T> struct
64 typedef T value_type;
65 typedef T var_type;
66 typedef T cov_type;
77 typedef T var_type;
87 struct bind<elliptic_var, T> struct
89 typedef T value_type;
90 typedef T var_type;
91 typedef T cov_type;
102 typedef complex_op<T> var_type;
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DBinder.cpp35 void Binder::bind(std::size_t pos, const Poco::Int8& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
42 void Binder::bind(std::size_t pos, const Poco::UInt8& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
49 void Binder::bind(std::size_t pos, const Poco::Int16& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
92 void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
107 void Binder::bind(std::size_t pos, const bool& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
114 void Binder::bind(std::size_t pos, const float& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
121 void Binder::bind(std::size_t pos, const double& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
128 void Binder::bind(std::size_t pos, const char& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
165 void Binder::bind(std::size_t pos, const Date& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
172 void Binder::bind(std::size_t pos, const Time& val, Direction dir) in bind() function in Poco::Data::PostgreSQL::Binder
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/src/
H A DBinder.cpp38 void Binder::bind(std::size_t pos, const Poco::Int8& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
45 void Binder::bind(std::size_t pos, const Poco::UInt8& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
52 void Binder::bind(std::size_t pos, const Poco::Int16& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
95 void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
110 void Binder::bind(std::size_t pos, const bool& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
117 void Binder::bind(std::size_t pos, const float& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
124 void Binder::bind(std::size_t pos, const double& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
131 void Binder::bind(std::size_t pos, const char& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
180 void Binder::bind(std::size_t pos, const Date& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
197 void Binder::bind(std::size_t pos, const Time& val, Direction dir) in bind() function in Poco::Data::MySQL::Binder
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DAbstractBinder.cpp39 void AbstractBinder::bind(std::size_t pos, const std::vector<Poco::Int8>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
45 void AbstractBinder::bind(std::size_t pos, const std::deque<Poco::Int8>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
51 void AbstractBinder::bind(std::size_t pos, const std::list<Poco::Int8>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
190 void AbstractBinder::bind(std::size_t pos, const std::deque<long>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
196 void AbstractBinder::bind(std::size_t pos, const std::list<long>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
209 void AbstractBinder::bind(std::size_t pos, const std::deque<bool>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
215 void AbstractBinder::bind(std::size_t pos, const std::list<bool>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
269 void AbstractBinder::bind(std::size_t pos, const std::list<char>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
293 void AbstractBinder::bind(std::size_t pos, const UTF16String& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
329 void AbstractBinder::bind(std::size_t pos, const std::list<BLOB>& val, Direction dir) in bind() function in Poco::Data::AbstractBinder
[all …]
/dports/databases/adabase/AdaBase-3.1/src/statements/
H A Dadabase-statement-base.adb261 end bind; argument
276 end bind; argument
291 end bind; argument
306 end bind; argument
321 end bind; argument
336 end bind; argument
351 end bind; argument
366 end bind; argument
381 end bind; argument
396 end bind; argument
[all …]
H A Dadabase-statement-base.ads85 procedure bind (Stmt : out Base_Statement; subprogspec
89 procedure bind (Stmt : out Base_Statement; subprogspec
93 procedure bind (Stmt : out Base_Statement; subprogspec
97 procedure bind (Stmt : out Base_Statement; subprogspec
101 procedure bind (Stmt : out Base_Statement; subprogspec
105 procedure bind (Stmt : out Base_Statement; subprogspec
109 procedure bind (Stmt : out Base_Statement; subprogspec
113 procedure bind (Stmt : out Base_Statement; subprogspec
117 procedure bind (Stmt : out Base_Statement; subprogspec
121 procedure bind (Stmt : out Base_Statement; subprogspec
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dbind.hpp20 struct bind<ast::value<V>, TopEnv, Env> struct
26 struct bind<ast::ref<Name>, TopEnv, Env> : struct
31 struct bind<ast::application<F, Arg>, TopEnv, Env> struct
42 struct bind<ast::lambda<F, ArgName>, TopEnv, Env> argument
44 typedef bind type; argument
48 bind< argument
60 struct bind<ast::top_bound<E>, TopEnv, Env> : bind<E, TopEnv, TopEnv> {}; struct
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dbind.hpp20 struct bind<ast::value<V>, TopEnv, Env> struct
26 struct bind<ast::ref<Name>, TopEnv, Env> : argument
31 struct bind<ast::application<F, Arg>, TopEnv, Env> struct
42 struct bind<ast::lambda<F, ArgName>, TopEnv, Env> argument
44 typedef bind type; argument
48 bind< argument
60 struct bind<ast::top_bound<E>, TopEnv, Env> : bind<E, TopEnv, TopEnv> {}; struct
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dbind.hpp20 struct bind<ast::value<V>, TopEnv, Env> struct
26 struct bind<ast::ref<Name>, TopEnv, Env> : argument
31 struct bind<ast::application<F, Arg>, TopEnv, Env> struct
42 struct bind<ast::lambda<F, ArgName>, TopEnv, Env> struct
44 typedef bind type; argument
48 bind< argument
60 struct bind<ast::top_bound<E>, TopEnv, Env> : bind<E, TopEnv, TopEnv> {}; struct
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/meta_hs/
H A Dbind.hpp20 struct bind<ast::value<V>, TopEnv, Env> struct
26 struct bind<ast::ref<Name>, TopEnv, Env> : struct
31 struct bind<ast::application<F, Arg>, TopEnv, Env> struct
42 struct bind<ast::lambda<F, ArgName>, TopEnv, Env> struct
44 typedef bind type; argument
48 bind< argument
60 struct bind<ast::top_bound<E>, TopEnv, Env> : bind<E, TopEnv, TopEnv> {}; struct
/dports/devel/poco/poco-1.10.1-all/Data/testsuite/src/
H A DBinder.cpp31 void Binder::bind(std::size_t pos, const Poco::Int8 &val, Direction dir) in bind() function in Poco::Data::Test::Binder
36 void Binder::bind(std::size_t pos, const Poco::UInt8 &val, Direction dir) in bind() function in Poco::Data::Test::Binder
72 void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind() function in Poco::Data::Test::Binder
83 void Binder::bind(std::size_t pos, const bool &val, Direction dir) in bind() function in Poco::Data::Test::Binder
88 void Binder::bind(std::size_t pos, const float &val, Direction dir) in bind() function in Poco::Data::Test::Binder
93 void Binder::bind(std::size_t pos, const double &val, Direction dir) in bind() function in Poco::Data::Test::Binder
98 void Binder::bind(std::size_t pos, const char &val, Direction dir) in bind() function in Poco::Data::Test::Binder
118 void Binder::bind(std::size_t pos, const BLOB& val, Direction dir) in bind() function in Poco::Data::Test::Binder
123 void Binder::bind(std::size_t pos, const CLOB& val, Direction dir) in bind() function in Poco::Data::Test::Binder
128 void Binder::bind(std::size_t pos, const Date& val, Direction dir) in bind() function in Poco::Data::Test::Binder
[all …]
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/include/SQLiteCpp/
H A DStatement.h141 void bind(const int aIndex, const long aValue) in bind() function
149 void bind(const int aIndex, const long aValue) in bind() function
213 void bind(const char* apName, const int aValue) in bind() function
220 void bind(const char* apName, const unsigned aValue) in bind() function
229 void bind(const char* apName, const long aValue) in bind() function
237 void bind(const char* apName, const long aValue) in bind() function
245 void bind(const char* apName, const long long aValue) in bind() function
252 void bind(const char* apName, const double aValue) in bind() function
261 void bind(const char* apName, const std::string& aValue) in bind() function
319 void bind(const char* apName) // bind NULL value in bind() function
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/include/SQLiteCpp/
H A DStatement.h141 void bind(const int aIndex, const long aValue) in bind() function
149 void bind(const int aIndex, const long aValue) in bind() function
213 void bind(const char* apName, const int aValue) in bind() function
220 void bind(const char* apName, const unsigned aValue) in bind() function
229 void bind(const char* apName, const long aValue) in bind() function
237 void bind(const char* apName, const long aValue) in bind() function
245 void bind(const char* apName, const long long aValue) in bind() function
252 void bind(const char* apName, const double aValue) in bind() function
261 void bind(const char* apName, const std::string& aValue) in bind() function
319 void bind(const char* apName) // bind NULL value in bind() function
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/include/Poco/Data/ODBC/
H A DBinder.h1018 inline void Binder::bind(std::size_t pos, const Poco::Int8& val, Direction dir) in bind() function
1042 inline void Binder::bind(std::size_t pos, const Poco::UInt8& val, Direction dir) in bind() function
1066 inline void Binder::bind(std::size_t pos, const Poco::Int16& val, Direction dir) in bind() function
1114 inline void Binder::bind(std::size_t pos, const Poco::Int32& val, Direction dir) in bind() function
1211 inline void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind() function
1242 inline void Binder::bind(std::size_t pos, const float& val, Direction dir) in bind() function
1266 inline void Binder::bind(std::size_t pos, const double& val, Direction dir) in bind() function
1290 inline void Binder::bind(std::size_t pos, const bool& val, Direction dir) in bind() function
1314 inline void Binder::bind(std::size_t pos, const char& val, Direction dir) in bind() function
1373 inline void Binder::bind(std::size_t pos, const BLOB& val, Direction dir) in bind() function
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/include/SQLiteCpp/
H A DStatement.h122 void bind(const int aIndex, const long aValue) in bind() function
130 void bind(const int aIndex, const long aValue) in bind() function
204 void bind(const char* apName, const long aValue) in bind() function
212 void bind(const char* apName, const long aValue) in bind() function
276 inline void bind(const std::string& aName, const int aValue) in bind() function
283 inline void bind(const std::string& aName, const unsigned aValue) in bind() function
292 void bind(const std::string& aName, const long aValue) in bind() function
300 void bind(const std::string& aName, const long aValue) in bind() function
308 inline void bind(const std::string& aName, const long long aValue) in bind() function
315 inline void bind(const std::string& aName, const double aValue) in bind() function
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/include/Poco/Data/SQLite/
H A DBinder.h135 inline void Binder::bind(std::size_t pos, const Poco::Int8 &val, Direction dir) in bind() function
142 inline void Binder::bind(std::size_t pos, const Poco::UInt8 &val, Direction dir) in bind() function
149 inline void Binder::bind(std::size_t pos, const Poco::Int16 &val, Direction dir) in bind() function
156 inline void Binder::bind(std::size_t pos, const Poco::UInt16 &val, Direction dir) in bind() function
163 inline void Binder::bind(std::size_t pos, const Poco::UInt32 &val, Direction dir) in bind() function
170 inline void Binder::bind(std::size_t pos, const Poco::UInt64 &val, Direction dir) in bind() function
177 inline void Binder::bind(std::size_t pos, const bool &val, Direction dir) in bind() function
184 inline void Binder::bind(std::size_t pos, const float &val, Direction dir) in bind() function
191 inline void Binder::bind(std::size_t pos, const char &val, Direction dir) in bind() function
198 inline void Binder::bind(std::size_t pos, const char* const &pVal, Direction dir) in bind() function
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dfake_input.cpp60 void FakeInput::Private::bindInit(FakeInputBind* bind) in bindInit()
68 void FakeInput::Private::prepareUnbind(FakeInputBind* bind) in prepareUnbind()
82 auto bind = priv->getBind(wlResource); in device() local
97 void FakeInput::Private::authenticateCallback(FakeInputBind* bind, in authenticateCallback()
112 void FakeInput::Private::pointerMotionCallback(FakeInputBind* bind, in pointerMotionCallback()
180 void FakeInput::Private::touchDownCallback(FakeInputBind* bind, in touchDownCallback()
198 void FakeInput::Private::touchMotionCallback(FakeInputBind* bind, in touchMotionCallback()
215 void FakeInput::Private::touchUpCallback(FakeInputBind* bind, quint32 id) in touchUpCallback()
229 void FakeInput::Private::touchCancelCallback(FakeInputBind* bind) in touchCancelCallback()
240 void FakeInput::Private::touchFrameCallback(FakeInputBind* bind) in touchFrameCallback()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/lambda/detail/
H A Dbind_functions.hpp49 bind(Result(& a1)()) { in bind() function
71 bind(const Arg1& a1) { in bind() function
91 bind(const Arg1& a1) { in bind() function
115 bind(const Arg1& a1) { in bind() function
141 bind(const Arg1& a1) { in bind() function
165 bind(Result(* const & a1)()) { in bind() function
190 bind(Result(&a1)(Par1), const Arg2& a2) { in bind() function
212 bind(const Arg1& a1, const Arg2& a2) { in bind() function
232 bind(const Arg1& a1, const Arg2& a2) { in bind() function
256 bind(const Arg1& a1, const Arg2& a2) { in bind() function
[all …]

12345678910>>...251