Home
last modified time | relevance | path

Searched defs:it_end (Results 176 – 200 of 1290) sorted by relevance

12345678910>>...52

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Dmap.hpp93 … (typename type::assoc_vector<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
178 for (typename std::map<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
272 … for (typename std::multimap<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/adaptor/
H A Dmap.hpp93 … (typename type::assoc_vector<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
178 for (typename std::map<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
272 … for (typename std::multimap<K, V, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTheme.cc57 ThemeManager::ThemeList::iterator it_end = tmlist.end(); in operator ()() local
99 it_end = m_themes[tm.screenNum()].end(); in registerTheme() local
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dos_modinfo.cpp45 …for (botinfo_map::const_iterator it = BotListByNick->begin(), it_end = BotListByNick->end(); it !=… in Execute() local
119 …for (std::list<Module *>::iterator it = ModuleManager::Modules.begin(), it_end = ModuleManager::Mo… in Execute() local
/dports/devel/boost-docs/boost_1_72_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/databases/percona57-server/boost_1_59_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/databases/xtrabackup/boost_1_59_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dtext_cache.cpp40 text_list::iterator it_bgn = cache_.begin(), it_end = cache_.end(); in find() local
/dports/databases/percona57-client/boost_1_59_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/bimap/example/mi_to_b_path/
H A Dhashed_indices.cpp63 for( text_tokenizer::const_iterator it = tok.begin(), it_end = tok.end(); in main() local
/dports/x11-wm/bbpager/bbpager-0.4.7/src/
H A Dwminterface.cxx65 bt::EWMH::WindowList::iterator it_end = window_vect.end(); in updateWindowList() local
103 bt::EWMH::WindowList::iterator it_end = window_vect.end(); in updateWindowStack() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/gal/opengl/
H A Dcached_container.cpp275 ITEMS::iterator it, it_end; in defragment() local
318 FREE_CHUNK_MAP::const_iterator it, it_end; in mergeFreeChunks() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_poly_element.cc52 SVGPointList::ConstIterator it_end = points_value->end(); in AsPathFromPoints() local
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DCommandDialog.cc73 …const FbTk::CommandParser<void>::CreatorMap::const_iterator it_end = FbTk::CommandParser<void>::in… in tabComplete() local
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/adaptor/
H A Dset.hpp72 for (typename std::set<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
149 … for (typename std::multiset<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/adaptor/cpp11/
H A Dunordered_set.hpp64 …ename std::unordered_set<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
133 … std::unordered_multiset<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/adaptor/cpp11/
H A Dunordered_set.hpp72 …ename std::unordered_set<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
141 … std::unordered_multiset<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/adaptor/
H A Dset.hpp80 for (typename std::set<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
157 … for (typename std::multiset<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Dset.hpp72 for (typename std::set<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
149 … for (typename std::multiset<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/adaptor/cpp11/
H A Dunordered_set.hpp64 …ename std::unordered_set<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
133 … std::unordered_multiset<Key, Hash, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Dset.hpp72 for (typename std::set<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local
149 … for (typename std::multiset<T, Compare, Alloc>::const_iterator it(v.begin()), it_end(v.end()); in MSGPACK_API_VERSION_NAMESPACE() local

12345678910>>...52