Home
last modified time | relevance | path

Searched refs:l_max_cache_size (Results 1 – 23 of 23) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dobject_cache.hpp44 static std::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static std::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
65 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
70 return do_get(k, l_max_cache_size); in get()
72 return do_get(k, l_max_cache_size); in get()
80 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
126 if(s > l_max_cache_size) in do_get()
135 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/percona57-server/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/percona57-client/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/pending/
H A Dobject_cache.hpp44 … static cutl_details_boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 …atic cutl_details_boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/boost-libs/boost_1_72_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/pending/
H A Dobject_cache.hpp44 … static cutl_details_boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 …atic cutl_details_boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size)
69 return do_get(k, l_max_cache_size);
80 return do_get(k, l_max_cache_size);
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size)
131 if(s > l_max_cache_size)
140 while((pos != last) && (s > l_max_cache_size))
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
61 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
69 return do_get(k, l_max_cache_size); in get()
80 return do_get(k, l_max_cache_size); in get()
85 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
131 if(s > l_max_cache_size) in do_get()
140 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/hyperscan/boost_1_75_0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
65 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
73 return do_get(k, l_max_cache_size); in get()
84 return do_get(k, l_max_cache_size); in get()
92 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
138 if(s > l_max_cache_size) in do_get()
147 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
65 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
72 return do_get(k, l_max_cache_size); in get()
83 return do_get(k, l_max_cache_size); in get()
91 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
137 if(s > l_max_cache_size) in do_get()
146 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
65 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
73 return do_get(k, l_max_cache_size); in get()
84 return do_get(k, l_max_cache_size); in get()
92 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
138 if(s > l_max_cache_size) in do_get()
147 while((pos != last) && (s > l_max_cache_size)) in do_get()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/pending/
H A Dobject_cache.hpp44 static boost::shared_ptr<Object const> get(const Key& k, size_type l_max_cache_size);
47 static boost::shared_ptr<Object const> do_get(const Key& k, size_type l_max_cache_size);
65 …::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_size) in get() argument
73 return do_get(k, l_max_cache_size); in get()
84 return do_get(k, l_max_cache_size); in get()
92 …hared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cache_size) in do_get() argument
138 if(s > l_max_cache_size) in do_get()
147 while((pos != last) && (s > l_max_cache_size)) in do_get()