Home
last modified time | relevance | path

Searched refs:tagCounts (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_list.cpp110 std::map<std::string, TagInfo> tagCounts; in listTags() local
116 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
117 if( countIt == tagCounts.end() ) in listTags()
118 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
123 for( auto const& tagCount : tagCounts ) { in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
134 return tagCounts.size(); in listTags()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_list.cpp100 std::map<std::string, TagInfo> tagCounts; in listTags() local
106 auto countIt = tagCounts.find( lcaseTagName ); in listTags()
107 if( countIt == tagCounts.end() ) in listTags()
108 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
113 for( auto const& tagCount : tagCounts ) { in listTags()
123 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
124 return tagCounts.size(); in listTags()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_list.hpp106 std::map<std::string, TagInfo> tagCounts; in listTags() local
118 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
119 if( countIt == tagCounts.end() ) in listTags()
120 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
125 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
126 countItEnd = tagCounts.end(); in listTags()
137 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
138 return tagCounts.size(); in listTags()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_list.hpp106 std::map<std::string, TagInfo> tagCounts; in listTags() local
118 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
119 if( countIt == tagCounts.end() ) in listTags()
120 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
125 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
126 countItEnd = tagCounts.end(); in listTags()
137 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
138 return tagCounts.size(); in listTags()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_list.hpp117 std::map<std::string, TagInfo> tagCounts; in listTags() local
129 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
130 if( countIt == tagCounts.end() ) in listTags()
131 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
136 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
137 countItEnd = tagCounts.end(); in listTags()
148 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
149 return tagCounts.size(); in listTags()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_list.hpp117 std::map<std::string, TagInfo> tagCounts; in listTags() local
129 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
130 if( countIt == tagCounts.end() ) in listTags()
131 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
136 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
137 countItEnd = tagCounts.end(); in listTags()
148 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
149 return tagCounts.size(); in listTags()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/test/unit/
H A Dcatch.hpp4687 std::map<std::string, TagInfo> tagCounts; in listTags() local
4700 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
4701 if( countIt == tagCounts.end() ) in listTags()
4702 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
4707 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
4708 countItEnd = tagCounts.end(); in listTags()
4719 std::cout << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
4720 return tagCounts.size(); in listTags()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/Tests/
H A Dcatch.hpp5597 std::map<std::string, TagInfo> tagCounts; in listTags() local
5614 tagCounts.find(lcaseTagName); in listTags()
5615 if (countIt == tagCounts.end()) in listTags()
5617 tagCounts.insert(std::make_pair(lcaseTagName, TagInfo())).first; in listTags()
5623 countIt = tagCounts.begin(), in listTags()
5624 countItEnd = tagCounts.end(); in listTags()
5636 Catch::cout() << pluralise(tagCounts.size(), "tag") << "\n" << std::endl; in listTags()
5637 return tagCounts.size(); in listTags()
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/
H A Dcatch.hpp4848 std::map<std::string, TagInfo> tagCounts; in listTags() local
4861 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
4862 if( countIt == tagCounts.end() ) in listTags()
4863 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
4868 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
4869 countItEnd = tagCounts.end(); in listTags()
4880 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
4881 return tagCounts.size(); in listTags()
/dports/devel/cltune/CLTune-2.7.0/test/
H A Dcatch.hpp4848 std::map<std::string, TagInfo> tagCounts; in listTags() local
4861 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
4862 if( countIt == tagCounts.end() ) in listTags()
4863 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
4868 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
4869 countItEnd = tagCounts.end(); in listTags()
4880 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
4881 return tagCounts.size(); in listTags()
/dports/biology/vcflib/vcflib-1.0.2/intervaltree/
H A Dcatch.hpp5155 std::map<std::string, TagInfo> tagCounts; in listTags() local
5167 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5168 if( countIt == tagCounts.end() ) in listTags()
5169 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5174 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5175 countItEnd = tagCounts.end(); in listTags()
5186 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5187 return tagCounts.size(); in listTags()
/dports/math/intervaltree/intervaltree-8fc4be91866237995e1105689d84bece619f4663/
H A Dcatch.hpp5155 std::map<std::string, TagInfo> tagCounts; in listTags() local
5167 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5168 if( countIt == tagCounts.end() ) in listTags()
5169 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5174 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5175 countItEnd = tagCounts.end(); in listTags()
5186 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5187 return tagCounts.size(); in listTags()
/dports/news/nzbget/nzbget-21.1/lib/catch/
H A Dcatch.h4858 std::map<std::string, TagInfo> tagCounts;
4871 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName );
4872 if( countIt == tagCounts.end() )
4873 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first;
4878 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(),
4879 countItEnd = tagCounts.end();
4890 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl;
4891 return tagCounts.size();
/dports/finance/chiapos/chiapos-1.0.3/src-ext/cxxopts/test/
H A Dcatch.hpp5391 std::map<std::string, TagInfo> tagCounts; in listTags() local
5403 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5404 if( countIt == tagCounts.end() ) in listTags()
5405 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5410 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5411 countItEnd = tagCounts.end(); in listTags()
5422 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5423 return tagCounts.size(); in listTags()
/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/test/testframework/
H A Dcatch.hpp5373 std::map<std::string, TagInfo> tagCounts; in listTags() local
5385 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5386 if( countIt == tagCounts.end() ) in listTags()
5387 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5392 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5393 countItEnd = tagCounts.end(); in listTags()
5404 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5405 return tagCounts.size(); in listTags()
/dports/devel/cxxopts/cxxopts-3.0.0/test/
H A Dcatch.hpp5391 std::map<std::string, TagInfo> tagCounts; in listTags() local
5403 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5404 if( countIt == tagCounts.end() ) in listTags()
5405 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5410 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5411 countItEnd = tagCounts.end(); in listTags()
5422 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5423 return tagCounts.size(); in listTags()
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dcatch.hpp5373 std::map<std::string, TagInfo> tagCounts; in listTags() local
5385 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5386 if( countIt == tagCounts.end() ) in listTags()
5387 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5392 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5393 countItEnd = tagCounts.end(); in listTags()
5404 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5405 return tagCounts.size(); in listTags()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap_tests/
H A DCatch.hpp5419 std::map<std::string, TagInfo> tagCounts; in listTags() local
5431 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find(lcaseTagName); in listTags()
5432 if (countIt == tagCounts.end()) in listTags()
5433 countIt = tagCounts.insert(std::make_pair(lcaseTagName, TagInfo())).first; in listTags()
5438 for (std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5439 countItEnd = tagCounts.end(); in listTags()
5450 Catch::cout() << pluralise(tagCounts.size(), "tag") << "\n" << std::endl; in listTags()
5451 return tagCounts.size(); in listTags()
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/
H A Dcatch.hpp5401 std::map<std::string, TagInfo> tagCounts; in listTags() local
5413 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5414 if( countIt == tagCounts.end() ) in listTags()
5415 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5420 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5421 countItEnd = tagCounts.end(); in listTags()
5432 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5433 return tagCounts.size(); in listTags()
/dports/biology/abyss/abyss-2.3.1/vendor/nthash/vendor/
H A Dcatch.hpp5155 std::map<std::string, TagInfo> tagCounts; in listTags() local
5167 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName ); in listTags()
5168 if( countIt == tagCounts.end() ) in listTags()
5169 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first; in listTags()
5174 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(), in listTags()
5175 countItEnd = tagCounts.end(); in listTags()
5186 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; in listTags()
5187 return tagCounts.size(); in listTags()

1234567