Home
last modified time | relevance | path

Searched defs:test_iter (Results 1 – 25 of 67) sorted by relevance

123

/external/sdv/vsomeip/third_party/boost/utility/test/
Diterators_test.cpp33 struct test_iter struct
37 typedef test_iter self; argument
42 explicit test_iter(T* i =0) : _i(i) { } in test_iter() argument
43 test_iter(const self& x) : _i(x._i) { } in test_iter() function
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 …]
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dmin_element.cpp31 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
Dmax_element.cpp31 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
Dlower_bound.cpp31 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
Dupper_bound.cpp30 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
Dfind_first_of.cpp40 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
Dfind_end.cpp40 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
Dunique.cpp35 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
Dfind_if.cpp37 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find_if::find_if_test_policy
Dfind.cpp32 test_iter(Container& cont) in test_iter() function in boost_range_test_algorithm_find::find_test_policy
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_chain.rs8 fn test_iter() { in test_iter() function
/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_chain.rs8 fn test_iter() { in test_iter() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_chain.rs8 fn test_iter() { in test_iter() function
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/
Dfind_if.pass.cpp30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
Dfind_if_not.pass.cpp30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/
Dfind_if.pass.cpp30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
Dfind_if_not.pass.cpp30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function
/external/pytorch/test/cpp/jit/
Dsource_range_test.cpp34 TEST(SourceRangeTest, test_iter) { in TEST() argument
/external/rust/android-crates-io/crates/hashlink/tests/
Dlru_cache.rs98 fn test_iter() { in test_iter() function
/external/pytorch/test/package/
Dtest_digraph.py76 def test_iter(self): member in TestDiGraph
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dranges_is_heap.pass.cpp115 constexpr void test_iter() { in test_iter() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dranges_is_heap.pass.cpp115 constexpr void test_iter() { in test_iter() function
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py103 def test_iter(self): member in FlagsTest
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.generate/
Dranges_generate_n.pass.cpp81 constexpr void test_iter() { in test_iter() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.generate/
Dranges_generate_n.pass.cpp81 constexpr void test_iter() { in test_iter() function

123