Home
last modified time | relevance | path

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

12

/third_party/boost/libs/python/test/
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
/third_party/boost/libs/multi_index/test/
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
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
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.h155 #define EXTENSION_TEST(name, test_class, rc_type) \ argument
167 #define EXTENSION_TEST_GROUP_ALL(name, test_class) \ argument
219 #define EXTENSION_TEST_GROUP_MINIMAL_GLOBAL(name, test_class) \ argument
224 #define EXTENSION_TEST_GROUP_MINIMAL_CUSTOM(name, test_class) \ argument
234 #define EXTENSION_TEST_GROUP_MINIMAL(name, test_class) \ argument
Dchrome_alarms_unittest.cc9 #define ALARMS_TEST_GROUP_ALL(name, test_class) \ argument
11 #define ALARMS_TEST_GROUP_MINIMAL(name, test_class) \ argument
Dchrome_storage_unittest.cc9 #define STORAGE_TEST_GROUP_ALL(name, test_class) \ argument
11 #define STORAGE_TEST_GROUP_MINIMAL(name, test_class) \ argument
/third_party/cef/tests/ceftests/
Dtest_util.h99 #define RC_TEST_BASE(test_case_name, test_name, test_class, test_mode, \ argument
119 #define RC_TEST_GROUP_IN_MEMORY(test_case_name, test_name, test_class, \ argument
133 #define RC_TEST_GROUP_ON_DISK(test_case_name, test_name, test_class, \ argument
184 #define RC_TEST_GROUP_ALL(test_case_name, test_name, test_class, test_mode) \ argument
/third_party/boost/libs/type_erasure/test/
Dtest_construct.cpp109 struct test_class struct
112 test_class() {} in test_class() function
114 test_class(const test_class &) in test_class() argument
118 test_class(test_class &) in test_class() function
124 test_class(test_class &&) in test_class() argument
129 test_class(T0&& t0) in test_class() argument
134 test_class(T0&& t0, T1&& t1) in test_class() argument
140 test_class(int& i0) in test_class() function
143 test_class(const int& i0) in test_class() function
146 test_class(int& i0, int& i1) in test_class() argument
[all …]
Dtest_nested.cpp30 struct test_class struct
35 test_class operator+(const test_class& lhs, const any1_type& rhs) in operator +() argument
Dtest_assign.cpp54 struct test_class struct
56 explicit test_class(T n) : value(n) {} in test_class() argument
57 test_class(const test_class& src) : value(src.value) in test_class() function
61 test_class& operator=(const test_class& src) in operator =() argument
68 test_class(test_class&& src) : value(src.value) in test_class() function
73 test_class& operator=(test_class&& src) in operator =() argument
86 std::ostream& operator<<(std::ostream& os, const test_class<T, CCtor, MoveCtor, CAssign, MoveAssign… in operator <<() argument
/third_party/protobuf/python/google/protobuf/internal/
Dtesting_refleaks.py116 def TestCase(test_class): argument
126 def TestCase(test_class): argument
/third_party/boost/libs/test/doc/examples/
Dexample03.run-fail.cpp13 class test_class class
Dexample08.run-fail.cpp18 class test_class { class
/third_party/boost/libs/intrusive/perf/
Dperf_list.cpp35 struct test_class : private filler<BigSize> struct
38 test_class() {} in test_class() function
39 test_class(int i) : i_(i) {} in test_class() argument
Dtree_perf_test.cpp31 struct test_class : private filler<BigSize> struct
34 friend bool operator <(const test_class &l, const test_class &r) { return l.i_ < r.i_; } in operator <() argument
/third_party/python/Lib/distutils/tests/
Dtest_text_file.py17 def test_class(self): member in TextFileTestCase
Dtest_cygwinccompiler.py16 test_class = None variable in FakePopen
/third_party/libnl/python/examples/
Diface.py7 class test_class: class
Dwiphy.py7 class test_class: class
/third_party/python/Lib/test/
Dtest_copyreg.py34 def test_class(self): member in CopyRegTestCase
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c152 GST_START_TEST (test_class) in GST_START_TEST() argument
/third_party/quickjs/tests/
Dtest_op.js250 function test_class() function
/third_party/spirv-tools/test/tools/
Dspirv_test_framework.py95 def get_all_test_methods(test_class): argument
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework.py95 def get_all_test_methods(test_class): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework.py95 def get_all_test_methods(test_class): argument
/third_party/boost/libs/align/test/
Dalignment_of_test.cpp201 void test_class() in test_class() function

12