Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/dports/devel/hyperscan/boost_1_75_0/libs/leaf/test/
H A Doptional_test.cpp12 int object_count=0; variable
89 BOOST_TEST(!object_count); in run_tests()
103 BOOST_TEST(!object_count); in run_tests()
119 BOOST_TEST(!object_count); in run_tests()
133 BOOST_TEST(!object_count); in run_tests()
155 BOOST_TEST(!object_count); in run_tests()
175 BOOST_TEST(!object_count); in run_tests()
199 BOOST_TEST(!object_count); in run_tests()
225 BOOST_TEST(!object_count); in run_tests()
250 BOOST_TEST(!object_count); in run_tests()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
40 Foo::object_count = 0; in test_ctorleak()
56 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
61 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
63 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
65 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
40 Foo::object_count = 0; in test_ctorleak()
56 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
61 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
63 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
65 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/dports/math/eigen3/eigen-3.3.9/test/
H A Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
41 Foo::object_count = 0; in test_ctorleak()
67 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
72 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
74 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
76 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
41 Foo::object_count = 0; in test_ctorleak()
67 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
72 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
74 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
76 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
41 Foo::object_count = 0; in test_ctorleak()
67 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
72 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
74 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
76 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/dports/www/p5-HTML-Tree/HTML-Tree-5.07/t/
H A Drefloop.t34 sub object_count { return 0 + grep { defined($_) } @OBJECTS; }
45 ok(object_count() > 0);
47 is(object_count(), 0);
57 ok(object_count() > 0);
59 is(object_count(), 0);
79 my $start_count = object_count();
83 ok(object_count() < $start_count);
85 is(object_count(), 0);
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count { struct
16 object_count() : instances(0), constructions(0) {} in object_count() function
17 void reset() { *this = object_count(); } in reset() argument
33 bool operator==(object_count const& x) const { in operator ==() argument
38 bool operator!=(object_count const& x) const { in operator !=() argument
43 object_count const& c) in operator <<()
61 object_count global_object_count;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count { struct
16 object_count() : instances(0), constructions(0) {} in object_count() argument
17 void reset() { *this = object_count(); } in reset() argument
33 bool operator==(object_count const& x) const { in operator ==() argument
38 bool operator!=(object_count const& x) const { in operator !=() argument
43 object_count const& c) in operator <<()
61 object_count global_object_count;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count { struct
16 object_count() : instances(0), constructions(0) {} in object_count() function
17 void reset() { *this = object_count(); } in reset() argument
33 bool operator==(object_count const& x) const { in operator ==() argument
38 bool operator!=(object_count const& x) const { in operator !=() argument
43 object_count const& c) in operator <<()
61 object_count global_object_count;
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count { struct
16 object_count() : instances(0), constructions(0) {} in object_count() function
17 void reset() { *this = object_count(); } in reset() argument
33 bool operator==(object_count const& x) const { in operator ==() argument
38 bool operator!=(object_count const& x) const { in operator !=() argument
43 object_count const& c) in operator <<()
61 object_count global_object_count;
/dports/databases/percona57-client/boost_1_59_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count { struct
16 object_count() : instances(0), constructions(0) {} in object_count() function
17 void reset() { *this = object_count(); } in reset() argument
33 bool operator==(object_count const& x) const { in operator ==() argument
38 bool operator!=(object_count const& x) const { in operator !=() argument
43 object_count const& c) in operator <<()
61 object_count global_object_count;
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count struct
17 object_count() : instances(0), constructions(0) {} in object_count() argument
18 void reset() { *this = object_count(); } in reset() argument
35 bool operator==(object_count const& x) const in operator ==() argument
40 bool operator!=(object_count const& x) const { return !(*this == x); } in operator !=() argument
42 friend std::ostream& operator<<(std::ostream& out, object_count const& c) in operator <<()
56 object_count global_object_count;
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count struct
17 object_count() : instances(0), constructions(0) {} in object_count() argument
18 void reset() { *this = object_count(); } in reset() argument
35 bool operator==(object_count const& x) const in operator ==() argument
40 bool operator!=(object_count const& x) const { return !(*this == x); } in operator !=() argument
42 friend std::ostream& operator<<(std::ostream& out, object_count const& c) in operator <<()
56 object_count global_object_count;
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count struct
17 object_count() : instances(0), constructions(0) {} in object_count() function
18 void reset() { *this = object_count(); } in reset() argument
35 bool operator==(object_count const& x) const in operator ==() argument
40 bool operator!=(object_count const& x) const { return !(*this == x); } in operator !=() argument
42 friend std::ostream& operator<<(std::ostream& out, object_count const& c) in operator <<()
56 object_count global_object_count;
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/helpers/
H A Dcount.hpp12 struct object_count struct
17 object_count() : instances(0), constructions(0) {} in object_count() argument
18 void reset() { *this = object_count(); } in reset() argument
35 bool operator==(object_count const& x) const in operator ==() argument
40 bool operator!=(object_count const& x) const { return !(*this == x); } in operator !=() argument
42 friend std::ostream& operator<<(std::ostream& out, object_count const& c) in operator <<()
56 object_count global_object_count;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/
H A Dt_mstch_generator_test.cc36 int* object_count) in TEST() argument
38 object_count_(object_count) { in TEST()
68 leaky_generator(t_program* program, int* object_count) in TEST() argument
70 object_count_(object_count) {} in TEST()
82 int object_count = 0; in TEST() local
85 leaky_generator generator(program.get(), &object_count); in TEST()
89 EXPECT_EQ(object_count, 0); in TEST()
/dports/net/samba412/samba-4.12.15/source4/libnet/
H A Dlibnet_vampire.c262 object_count = s->schema_part.object_count; in libnet_vampire_cb_apply_schema()
273 object_count = s->schema_part.object_count; in libnet_vampire_cb_apply_schema()
355 object_count, in libnet_vampire_cb_apply_schema()
393 object_count, in libnet_vampire_cb_apply_schema()
480 object_count = c->ctr1->object_count; in libnet_vampire_cb_schema_chunk()
488 object_count = c->ctr6->object_count; in libnet_vampire_cb_schema_chunk()
500 nc_total_received = s->schema_part.object_count + object_count; in libnet_vampire_cb_schema_chunk()
550 s->schema_part.object_count = object_count; in libnet_vampire_cb_schema_chunk()
553 s->schema_part.object_count += object_count; in libnet_vampire_cb_schema_chunk()
610 object_count = c->ctr1->object_count; in libnet_vampire_cb_store_chunk()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/
H A Doctree.h413 unsigned int object_count; variable
427 object_count = std::min(k, object_count);
431 k_distance = neighbors[object_count-1].distance;
503 unsigned int object_count; in GetInBox() local
622 int object_count; in AdjustBoundingBox() local
633 object_count = 0; in AdjustBoundingBox()
689 const unsigned int object_count, in CopyQueryResults() argument
696 points.resize( object_count ); in CopyQueryResults()
697 distances.resize( object_count ); in CopyQueryResults()
698 objects.resize( object_count ); in CopyQueryResults()
[all …]
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/t/t9391/
H A Dprint_progress.py19 object_count = 0 variable
23 global object_count, commit_count, total_objects, total_commits
25 % (commit_count, total_commits, object_count), end='')
28 global object_count
29 object_count += 1
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscgamest.cpp218 return gs->object_count; in gs_object_count()
483 FALSE, gs->object_count * sizeof(*gs->object_references)); in gs_clear_object_references()
489 TRUE, gs->object_count * sizeof(*gs->multiple_references)); in gs_set_multiple_references()
541 game->object_count = prop_get_child_count(bundle, "I<-s", vt_key); in gs_create()
545 for (index_ = 0; index_ < game->object_count; index_++) { in gs_create()
773 bytes = game->object_count * sizeof(*game->object_references); in gs_create()
776 bytes = game->object_count * sizeof(*game->multiple_references); in gs_create()
884 assert(to->object_count == from->object_count); in gs_copy()
886 from->object_count * sizeof(*from->objects)); in gs_copy()
952 from->object_count * sizeof(*from->object_references)); in gs_copy()
[all …]
/dports/games/scare/scare-1.3.10/source/
H A Dscgamest.c282 return gs->object_count; in gs_object_count()
641 FALSE, gs->object_count * sizeof (*gs->object_references)); in gs_clear_object_references()
649 TRUE, gs->object_count * sizeof (*gs->multiple_references)); in gs_set_multiple_references()
706 game->object_count = prop_get_child_count (bundle, "I<-s", vt_key); in gs_create()
710 for (index_ = 0; index_ < game->object_count; index_++) in gs_create()
954 bytes = game->object_count * sizeof (*game->object_references); in gs_create()
957 bytes = game->object_count * sizeof (*game->multiple_references); in gs_create()
1078 assert (to->object_count == from->object_count); in gs_copy()
1080 from->object_count * sizeof (*from->objects)); in gs_copy()
1147 from->object_count * sizeof (*from->object_references)); in gs_copy()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/data_catalog/models/
H A Dsuggest_list_item.py69 def object_count(self): member in SuggestListItem
80 @object_count.setter
81 def object_count(self, object_count): member in SuggestListItem
90 self._object_count = object_count
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/
H A Doctree.h413 unsigned int object_count; variable
421 if (sphere_radius<max_distance && object_count<k)
427 object_count = std::min(k, object_count);
431 k_distance = neighbors[object_count-1].distance;
621 int object_count; in AdjustBoundingBox() local
632 object_count = 0; in AdjustBoundingBox()
688 const unsigned int object_count, in CopyQueryResults() argument
695 points.resize( object_count ); in CopyQueryResults()
696 distances.resize( object_count ); in CopyQueryResults()
697 objects.resize( object_count ); in CopyQueryResults()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/data_integration/models/
H A Dcount_statistic_summary.py112 def object_count(self): member in CountStatisticSummary
123 @object_count.setter
124 def object_count(self, object_count): argument
133 self._object_count = object_count

12345678910>>...27