Home
last modified time | relevance | path

Searched defs:test_class (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() function
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() function
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() function
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() function
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() function
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 … virtual ~test_class() { BOOST_TEST(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Dtest_class.hpp10 struct test_class struct
12 explicit test_class(int x) : x(x), magic(7654321 + n) { ++counter; } in test_class() argument
13 test_class(test_class const& rhs) : x(rhs.x), magic(7654321 + n) { ++counter; } in test_class() argument
14 …virtual ~test_class() { BOOST_ASSERT(magic == 7654321 + n); magic = 6666666; x = 9999; --counter; } in ~test_class() argument
26 void operator=(test_class const&); argument
/dports/devel/hyperscan/boost_1_75_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
43 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
44 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
45 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
47 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() argument
48 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
49 test_class(const test_class& x): in test_class() function
52 test_class& operator=(const test_class& x) in operator =() argument
58 bool operator<(const test_class& x)const in operator <() argument
65 bool operator==(const test_class& x)const in operator ==() argument
/dports/devel/boost-docs/boost_1_72_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
43 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
44 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
45 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
47 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() argument
48 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
50 test_class& operator=(const test_class& x) in operator =() argument
56 bool operator<(const test_class& x)const in operator <() argument
63 bool operator==(const test_class& x)const in operator ==() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
43 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
44 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
45 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
47 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
48 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() function
50 test_class& operator=(const test_class& x) in operator =() argument
56 bool operator<(const test_class& x)const in operator <() argument
63 bool operator==(const test_class& x)const in operator ==() argument
/dports/devel/boost-libs/boost_1_72_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
43 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
44 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
45 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
47 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
48 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
50 test_class& operator=(const test_class& x) in operator =() argument
56 bool operator<(const test_class& x)const in operator <() argument
63 bool operator==(const test_class& x)const in operator ==() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
32 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
33 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
34 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
36 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
37 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
39 test_class& operator=(const test_class& x) in operator =() argument
45 bool operator<(const test_class& x)const in operator <() argument
52 bool operator==(const test_class& x)const in operator ==() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
32 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
33 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
34 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
36 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
37 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() function
39 test_class& operator=(const test_class& x) in operator =() argument
45 bool operator<(const test_class& x)const in operator <() argument
52 bool operator==(const test_class& x)const in operator ==() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
32 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
33 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
34 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
36 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
37 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() function
39 test_class& operator=(const test_class& x) in operator =() argument
45 bool operator<(const test_class& x)const in operator <() argument
52 bool operator==(const test_class& x)const in operator ==() argument
/dports/databases/percona57-server/boost_1_59_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
32 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
33 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
34 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
36 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
37 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
39 test_class& operator=(const test_class& x) in operator =() argument
45 bool operator<(const test_class& x)const in operator <() argument
52 bool operator==(const test_class& x)const in operator ==() argument
/dports/databases/percona57-client/boost_1_59_0/libs/multi_index/test/
H A Dtest_key_extractors.cpp24 struct test_class struct
32 static bool bool_global_fun(test_class){return true;} in bool_global_fun() argument
33 static bool bool_global_fun_const_ref(const test_class&){return false;} in bool_global_fun_const_ref() argument
34 static bool bool_global_fun_ref(test_class&){return true;} in bool_global_fun_ref() argument
36 test_class(int i=0):int_member(i),int_cmember(i){} in test_class() function
37 test_class(int i,int j):int_member(i),int_cmember(j){} in test_class() argument
39 test_class& operator=(const test_class& x) in operator =() argument
45 bool operator<(const test_class& x)const in operator <() argument
52 bool operator==(const test_class& x)const in operator ==() argument
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/test/
H A Dtest_yield.cpp29 struct test_class : counted_type<test_class> struct
31 test_class() {} in test_class() function
32 int f() const in f()
/dports/devel/luabind/luabind-0.9.1/test/
H A Dtest_yield.cpp26 struct test_class : counted_type<test_class> struct
28 test_class() {} in test_class() argument
48 COUNTER_GUARD(test_class); argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
53 test_class& __regcall operator+=(const test_class&){ in operator +=()
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
53 test_class& __regcall operator+=(const test_class&){ in operator +=()
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
53 test_class& __regcall operator+=(const test_class&){ in operator +=()
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
53 test_class& __regcall operator+=(const test_class&){ in operator +=()
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
53 test_class& __regcall operator+=(const test_class&){ in operator +=()
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==()

12345678910>>...33