| /third_party/boost/libs/utility/test/ |
| D | iterators_test.cpp | 33 struct test_iter struct 37 typedef test_iter self; argument 42 explicit test_iter(T* i =0) : _i(i) { } in test_iter() function 43 test_iter(const self& x) : _i(x._i) { } in test_iter() argument 44 self& operator=(const self& x) { _i = x._i; return *this; } in operator =() 45 Reference operator*() const { return *_i; } in operator *() 46 self& operator++() { ++_i; return *this; } in operator ++() 47 self& operator--() { --_i; return *this; } in operator --() 48 self& operator+=(Distance n) { _i += n; return *this; } in operator +=() 49 self& operator-=(Distance n) { _i -= n; return *this; } in operator -=() [all …]
|
| /third_party/boost/libs/range/test/algorithm_test/ |
| D | min_element.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_min_element::min_element_test_policy 67 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_min_element::min_element_pred_test_policy
|
| D | max_element.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_max_element::max_element_test_policy 69 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_max_element::max_element_pred_test_policy
|
| D | upper_bound.cpp | 30 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_upper_bound::upper_bound_policy 65 test_iter(Container& cont) in test_iter() function
|
| D | lower_bound.cpp | 31 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_lower_bound::lower_bound_policy 66 test_iter(Container& cont) in test_iter() function
|
| D | find_end.cpp | 40 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_end::find_end_test_policy 94 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_end::find_end_pred_test_policy
|
| D | find_first_of.cpp | 40 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_first_of::find_first_of_test_policy 93 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_first_of::find_first_of_pred_test_policy
|
| D | unique.cpp | 35 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_unique::unique_test_policy 109 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_unique::unique_pred_test_policy
|
| D | find_if.cpp | 37 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_if::find_if_test_policy
|
| D | find.cpp | 32 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find::find_test_policy
|
| D | stable_partition.cpp | 39 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_stable_partition::stable_partition_test_policy
|
| D | partition.cpp | 39 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_partition::partition_test_policy
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
| D | esextcGPUShader5PreciseQualifier.cpp | 283 for (glw::GLuint test_iter = 0; test_iter < m_n_iterations; ++test_iter) in iterate() local
|
| /third_party/mindspore/tests/ut/python/pynative_mode/nn/ |
| D | test_container.py | 125 def test_iter(self): member in TestCellList
|
| /third_party/mindspore/tests/ut/python/nn/ |
| D | test_container.py | 134 def test_iter(self): member in TestCellList
|
| /third_party/boost/libs/regex/test/regress/ |
| D | test_partial_match.hpp | 280 typedef typename std::basic_string<charT>::const_iterator test_iter; typedef
|
| D | test_regex_search.hpp | 404 typedef typename std::basic_string<charT>::const_iterator test_iter; typedef
|
| /third_party/python/Lib/unittest/test/ |
| D | test_suite.py | 124 def test_iter(self): member in Test_TestSuite
|
| /third_party/python/Lib/test/ |
| D | test_memoryview.py | 56 def test_iter(self): member in AbstractMemoryTests
|
| D | test_urllib.py | 218 def test_iter(self): member in urlopen_FileTests
|
| D | test_tempfile.py | 955 def test_iter(self): member in TestNamedTemporaryFile
|
| D | test_mailbox.py | 310 def test_iter(self): member in TestMailbox
|
| D | test_builtin.py | 865 def test_iter(self): member in BuiltinTest
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_futures.py | 402 def test_iter(self): member in BaseFutureTests
|
| /third_party/mindspore/third_party/proto/caffe/ |
| D | caffe.proto | 139 repeated int32 test_iter = 3; field
|