Home
last modified time | relevance | path

Searched refs:add_multiple (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_multi_value_map_test.cc35 map.add_multiple(2, {4, 5, 6}); in TEST()
36 map.add_multiple(2, {1, 2}); in TEST()
37 map.add_multiple(5, {7, 5, 3}); in TEST()
57 map.add_multiple(2, {6, 7, 8}); in TEST()
73 map.add_multiple(3, {1, 2}); in TEST()
87 map.add_multiple(4, {1, 2, 3}); in TEST()
H A DBLI_vector_set_test.cc190 set.add_multiple({4, 5, 6, 7, 8}); in TEST()
219 set.add_multiple({1, 2, 3, 4, 5}); in TEST()
H A DBLI_set_test.cc177 a.add_multiple({5, 7}); in TEST()
181 a.add_multiple({2, 4, 7}); in TEST()
503 set.add_multiple({3, 6, 7}); in TEST()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src/
H A Dusage.hpp194 static void add_multiple() { in add_multiple() function
601 add_multiple(); in all()
651 else if (command == "add_multiple") add_multiple(); in usage()
H A Dmain.cpp458 commands::add_multiple(args, cmd); in run_command()
H A Dcommands.hpp357 static void add_multiple(const std::vector<std::string>& p_hashdb_dirs, in add_multiple() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_multi_value_map.hh76 void add_multiple(const Key &key, Span<Value> values) in add_multiple() function in blender::MultiValueMap
80 void add_multiple(Key &&key, Span<Value> values) in add_multiple() function in blender::MultiValueMap
H A DBLI_set.hh188 this->add_multiple(values);
277 void add_multiple(Span<Key> keys) in add_multiple() function in blender::Set
839 void add_multiple(Span<Key> keys) in add_multiple() function in blender::StdUnorderedSetWrapper
H A DBLI_vector_set.hh176 this->add_multiple(keys);
306 void add_multiple(Span<Key> keys) in add_multiple() function in blender::VectorSet
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/
H A Dgenerate_changelog.py269 def add_multiple(self, commits): member in CommitRepository
359 def add_multiple(self, pull_requests): member in CDDAPullRequestRepository
403 def add_multiple(self, builds): member in JenkinsBuildRepository
1123 commit_repo.add_multiple(
1127 pr_repo.add_multiple(
1143 build_repo.add_multiple(jenkins_api.get_build_list())
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/
H A Dgenerate_changelog.py269 def add_multiple(self, commits): member in CommitRepository
359 def add_multiple(self, pull_requests): member in CDDAPullRequestRepository
403 def add_multiple(self, builds): member in JenkinsBuildRepository
1123 commit_repo.add_multiple(
1127 pr_repo.add_multiple(
1143 build_repo.add_multiple(jenkins_api.get_build_list())
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Dpipeline_from_ids.cc37 ids_.add_multiple(ids); in DepsgraphFromIDsFilter()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/test/
H A Dmemory_analysis.sh25 $RUN add_multiple temp_vg.hdb temp_vg2.hdb temp_vg3.hdb 2>> temp_vg.out
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/include/LiDIA/
H A DFp_polynomial.h574 friend void add_multiple (Fp_polynomial &f,
777 void add_multiple (Fp_polynomial &f,
951 void add_multiple (Fp_polynomial &f, const Fp_polynomial &g,
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/doc/announce/
H A Dannounce_1.0.0.md22 * Complete support for set operations on hash databases. hashdb now supports the add_multiple
H A Dannounce_1.1.2.md14 * Add the report of database changes to the destination database for the `add_multiple` command. D…
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A DFp_pol_arithmetic.cc1051 add_multiple(Fp_polynomial &f, const Fp_polynomial &g, const bigint &s, in add_multiple() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp377 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
381 if (add_multiple) { in combine_exception_states()
400 if (add_multiple) { in combine_exception_states()
425 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp377 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
381 if (add_multiple) { in combine_exception_states()
400 if (add_multiple) { in combine_exception_states()
425 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp373 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
377 if (add_multiple) { in combine_exception_states()
396 if (add_multiple) { in combine_exception_states()
421 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DgraphKit.cpp373 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
377 if (add_multiple) { in combine_exception_states()
396 if (add_multiple) { in combine_exception_states()
421 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp376 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
380 if (add_multiple) { in combine_exception_states()
399 if (add_multiple) { in combine_exception_states()
424 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DgraphKit.cpp374 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
378 if (add_multiple) { in combine_exception_states()
397 if (add_multiple) { in combine_exception_states()
422 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp367 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
371 if (add_multiple) { in combine_exception_states()
390 if (add_multiple) { in combine_exception_states()
415 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp367 bool add_multiple = (ex_control->in(0) == hidden_merge_mark); in combine_exception_states() local
371 if (add_multiple) { in combine_exception_states()
390 if (add_multiple) { in combine_exception_states()
415 if (add_multiple && src->in(0) == ex_control) { in combine_exception_states()

12