Home
last modified time | relevance | path

Searched refs:bind_impl (Results 1 – 21 of 21) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/tools/hsbench/
H A Dsqldb_bind.h42 int bind_impl(sqlite3_stmt *stmt, int param, const unsigned long &val) { in bind_impl() function
47 int bind_impl(sqlite3_stmt *stmt, int param, const unsigned int &val) { in bind_impl() function
52 int bind_impl(sqlite3_stmt *stmt, int param, const u64a &val) { in bind_impl() function
57 int bind_impl(sqlite3_stmt *stmt, int param, const double &val) { in bind_impl() function
62 int bind_impl(sqlite3_stmt *stmt, int param, const long double &val) { in bind_impl() function
67 int bind_impl(sqlite3_stmt *stmt, int param, const std::string &val) { in bind_impl() function
74 int rc = bind_impl(stmt, param, obj); in bind_args()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/
H A Dhttp_headers.h65 bool bind_impl(const key_type& text, _t& ref) in bind_impl() function
79 bool bind_impl(const key_type& text, utf16string& ref) in bind_impl() function
86 bool bind_impl(const key_type& text, std::string& ref) in bind_impl() function
252 return web::http::details::bind_impl(iter->second, value) || iter->second.empty(); in match()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/http/utilities/include/
H A Dtest_http_server.h81 return web::http::details::bind_impl(iter->second, header_value) || iter->second.empty(); in match_header()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp411 struct bind_impl struct
416 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
432 bind_impl<F, X const> bind(F f, X const& x) in bind()
434 return bind_impl<F, X const>(f, x); in bind()
438 bind_impl<F, X> bind(F f, X& x) in bind()
440 return bind_impl<F, X>(f, x); in bind()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp407 struct bind_impl struct
412 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
428 bind_impl<F, X const> bind(F f, X const& x) in bind()
430 return bind_impl<F, X const>(f, x); in bind()
434 bind_impl<F, X> bind(F f, X& x) in bind()
436 return bind_impl<F, X>(f, x); in bind()
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp408 struct bind_impl struct
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
429 bind_impl<F, X const> bind(F f, X const& x) in bind()
431 return bind_impl<F, X const>(f, x); in bind()
435 bind_impl<F, X> bind(F f, X& x) in bind()
437 return bind_impl<F, X>(f, x); in bind()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/support/utree/detail/
H A Dutree_detail2.hpp405 struct bind_impl struct
410 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() function
426 bind_impl<F, X const> bind(F f, X const& x) in bind()
428 return bind_impl<F, X const>(f, x); in bind()
432 bind_impl<F, X> bind(F f, X& x) in bind()
434 return bind_impl<F, X>(f, x); in bind()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/
H A Drttr.cmake133 detail/registration/bind_impl.h