Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/testing/
H A Dfake_mdns_responder_adapter.cc254 const auto query_it = std::stable_partition( in TakePtrResponses() local
272 ptr_events_.erase(query_it, ptr_events_.end()); in TakePtrResponses()
281 const auto query_it = std::stable_partition( in TakeSrvResponses() local
294 srv_events_.erase(query_it, srv_events_.end()); in TakeSrvResponses()
303 const auto query_it = std::stable_partition( in TakeTxtResponses() local
317 txt_events_.erase(query_it, txt_events_.end()); in TakeTxtResponses()
326 const auto query_it = std::stable_partition( in TakeAResponses() local
336 for (auto it = query_it; it != a_events_.end(); ++it) { in TakeAResponses()
339 a_events_.erase(query_it, a_events_.end()); in TakeAResponses()
348 const auto query_it = std::stable_partition( in TakeAaaaResponses() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/testing/
H A Dfake_mdns_responder_adapter.cc257 const auto query_it = std::stable_partition( in TakePtrResponses() local
275 ptr_events_.erase(query_it, ptr_events_.end()); in TakePtrResponses()
284 const auto query_it = std::stable_partition( in TakeSrvResponses() local
297 srv_events_.erase(query_it, srv_events_.end()); in TakeSrvResponses()
306 const auto query_it = std::stable_partition( in TakeTxtResponses() local
320 txt_events_.erase(query_it, txt_events_.end()); in TakeTxtResponses()
329 const auto query_it = std::stable_partition( in TakeAResponses() local
339 for (auto it = query_it; it != a_events_.end(); ++it) { in TakeAResponses()
342 a_events_.erase(query_it, a_events_.end()); in TakeAResponses()
351 const auto query_it = std::stable_partition( in TakeAaaaResponses() local
[all …]
/dports/biology/stacks/stacks-2.4/src/
H A Dsstacks.cc1023 for (auto query_it = query_hits.begin(); query_it != query_hits.end(); query_it++) { in verify_gapped_match() local
1027 for (auto cat_it = query_it->second.begin(); cat_it != query_it->second.end(); cat_it++) in verify_gapped_match()
1037 query_it->second.clear(); in verify_gapped_match()
1038 query_it->second.insert(cat_hits[i]); in verify_gapped_match()
1054 for (auto query_it = query_hits.begin(); query_it != query_hits.end(); query_it++) { in verify_gapped_match() local
1055 if (query->alleles[query_it->first] > max_query_allele_depth) { in verify_gapped_match()
1056 max_query_allele_depth = query->alleles[query_it->first]; in verify_gapped_match()
1057 max_query_allele = query_it->first; in verify_gapped_match()
1091 for (auto query_it = query_hits.begin(); query_it != query_hits.end(); query_it++) { in verify_gapped_match() local
1092 query_allele = query_it->first; in verify_gapped_match()
[all …]
H A Dcstacks.cc154 for (auto query_it = sample.begin(); query_it != sample.end(); query_it++) in main() local
155 delete query_it->second; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/algorithms/include/timpi/
H A Dparallel_sync.h455 auto query_it = q_pid_its.first; in pull_parallel_vector_data() local
460 while (query_it == q_pid_its.second) in pull_parallel_vector_data()
465 query_it = q_pid_its.first; in pull_parallel_vector_data()
470 query_it++; in pull_parallel_vector_data()
471 if (query_it == q_pid_its.second) in pull_parallel_vector_data()
479 query_it = q_pid_its.first; in pull_parallel_vector_data()
483 act_on_data(pid, query_it->second, data); in pull_parallel_vector_data()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/advanced/content/
H A Dpcl_registration.rst212 list<PosedPointCloud >::iterator query_it;
213 for (query_it = query.begin(); query_it != query.end(); query_it++)
215 if (dist (*poses_it, *query_it) < min_dist_)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/dial/
H A Ddial_activity_manager.cc86 for (net::QueryIterator query_it(url); !query_it.IsAtEnd(); in From() local
87 query_it.Advance()) { in From()
88 std::string key = query_it.GetKey(); in From()
90 client_id = query_it.GetValue(); in From()
92 post_data = query_it.GetValue(); in From()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/media_router/providers/cast/
H A Dcast_media_source.cc122 for (net::QueryIterator query_it(url); !query_it.IsAtEnd(); in MakeQueryMap() local
123 query_it.Advance()) { in MakeQueryMap()
124 result[query_it.GetKey()] = query_it.GetUnescapedValue(); in MakeQueryMap()
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dranked_match.cc42 Utf8It query_it{query.begin(), query}; in count_word_boundaries_match() local
56 for (auto qit = query_it; qit != query.end(); ++qit) in count_word_boundaries_match()
62 query_it = qit+1; in count_word_boundaries_match()
66 if (query_it == query.end()) in count_word_boundaries_match()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/
H A DGetHostByNameActor.cpp174 auto query_it = active_queries_[prefer_ipv6].find(host); in on_query_result() local
175 CHECK(query_it != active_queries_[prefer_ipv6].end()); in on_query_result()
176 auto &query = query_it->second; in on_query_result()
194 active_queries_[prefer_ipv6].erase(query_it); in on_query_result()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/advanced_cleanup/
H A Dadvanced_cleanup.cpp257 ITERATE (TAlignsBySeqIds, query_it, aligns_by_pair) { in Cleanup()
259 Cleanup(query_it->second, this_query_output, query_type, in Cleanup()
450 ITERATE (TAlignsBySeqIds, query_it, aligns_by_pair) { in GetSplignCompartments()
451 ITERATE (TAlignsBySubject, subject_it, query_it->second) { in GetSplignCompartments()
529 ITERATE (TAlignsBySeqIds, query_it, aligns_by_pair) { in GetGenomicCompartments()
530 ITERATE (TAlignsBySubject, subject_it, query_it->second) { in GetGenomicCompartments()
548 ITERATE (TAlignsBySeqIds, query_it, aligns_by_pair) { in GetProsplignCompartments()
549 ITERATE (TAlignsBySubject, subject_it, query_it->second) { in GetProsplignCompartments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/common/providers/cast/
H A Dcast_media_source.cc136 for (net::QueryIterator query_it(url); !query_it.IsAtEnd(); in MakeQueryMap() local
137 query_it.Advance()) { in MakeQueryMap()
138 result[query_it.GetKey()] = query_it.GetUnescapedValue(); in MakeQueryMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/dial/
H A Ddial_media_sink_service_impl.cc260 auto query_it = sink_queries_.find(app_name); in OnAppInfoParseCompleted() local
261 if (query_it != sink_queries_.end()) in OnAppInfoParseCompleted()
262 query_it->second->Notify(app_name); in OnAppInfoParseCompleted()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/tracker/dht/
H A DDHTTrackerPluginAlt.java645 Iterator<Map.Entry<byte[],InetSocketAddress>> query_it = to_query.entrySet().iterator(); in tryQuery() local
647 while( query_it.hasNext()){ in tryQuery()
649 Map.Entry<byte[],InetSocketAddress> entry = query_it.next(); in tryQuery()
651 query_it.remove(); in tryQuery()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DCountryInfoManager.cpp343 auto query_it = pending_load_country_queries_.find(language_code); in on_get_country_list() local
344 CHECK(query_it != pending_load_country_queries_.end()); in on_get_country_list()
345 auto promises = std::move(query_it->second); in on_get_country_list()
347 pending_load_country_queries_.erase(query_it); in on_get_country_list()
/dports/www/srt/srt-1.4.4/apps/
H A Duriparser.hpp58 typedef std::map<std::string, std::string>::const_iterator query_it; typedef in UriParser
H A Duriparser.cpp87 query_it i = m_mapQuery.begin(); in makeUri()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/discovery/mdns/
H A Dmdns_querier.cc648 auto query_it = questions_.equal_range(record.name()); in AddRecord() local
649 for (auto entry = query_it.first; entry != query_it.second; ++entry) { in AddRecord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/discovery/mdns/
H A Dmdns_querier.cc838 auto query_it = questions_.equal_range(record.name()); in AddRecord() local
839 for (auto entry = query_it.first; entry != query_it.second; ++entry) { in AddRecord()
/dports/www/srt/srt-1.4.4/testing/
H A Dsrt-test-live.cpp241 for (UriParser::query_it i = uri.parameters().begin(); in CheckMediaSpec()
H A Dtestmedia.cpp308 UriParser::query_it start = check.parameters().lower_bound("srto."); in InitParameters()