Home
last modified time | relevance | path

Searched refs:MyIter (Results 1 – 25 of 89) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest12-original.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
23 MyIter& operator++() { in operator ++()
28 bool operator!=(const MyIter& other) { return it_ != other.it_; } in operator !=()
29 bool operator==(const MyIter& other) { return it_ == other.it_; } in operator ==()
39 MyIter my_begin(map.begin()); in TestsAScopedRefptr()
40 MyIter my_end(map.end()); in TestsAScopedRefptr()
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
H A Dtest12-expected.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
23 MyIter& operator++() { in operator ++()
28 bool operator!=(const MyIter& other) { return it_ != other.it_; } in operator !=()
29 bool operator==(const MyIter& other) { return it_ == other.it_; } in operator ==()
39 MyIter my_begin(map.begin()); in TestsAScopedRefptr()
40 MyIter my_end(map.end()); in TestsAScopedRefptr()
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest12-original.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
23 MyIter& operator++() { in operator ++()
28 bool operator!=(const MyIter& other) { return it_ != other.it_; } in operator !=()
29 bool operator==(const MyIter& other) { return it_ == other.it_; } in operator ==()
39 MyIter my_begin(map.begin()); in TestsAScopedRefptr()
40 MyIter my_end(map.end()); in TestsAScopedRefptr()
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
H A Dtest12-expected.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
23 MyIter& operator++() { in operator ++()
28 bool operator!=(const MyIter& other) { return it_ != other.it_; } in operator !=()
29 bool operator==(const MyIter& other) { return it_ == other.it_; } in operator ==()
39 MyIter my_begin(map.begin()); in TestsAScopedRefptr()
40 MyIter my_end(map.end()); in TestsAScopedRefptr()
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dauto-ref-slice-plus-ref.stderr8 note: `MyIter` defines an item `test_mut`, perhaps you need to implement it
11 LL | trait MyIter {
21 note: `MyIter` defines an item `test`, perhaps you need to implement it
24 LL | trait MyIter {
34 note: `MyIter` defines an item `test`, perhaps you need to implement it
37 LL | trait MyIter {
47 note: `MyIter` defines an item `test`, perhaps you need to implement it
50 LL | trait MyIter {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype61.C4 struct MyIter struct
9 void foo(MyIter begin) in foo()
20 template void bar<MyIter>(MyIter);
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/type-alias-impl-trait/
H A Dtype-alias-impl-trait.rs35 type MyIter<T> = impl Iterator<Item = T>; typedef
37 fn my_iter<T>(t: T) -> MyIter<T> { in my_iter()
41 fn my_iter2<T>(t: T) -> MyIter<T> { in my_iter2()
46 fn my_iter3<U>(u: U) -> MyIter<U> { in my_iter3()
51 fn my_iter4<U, V>(_: U, v: V) -> MyIter<V> { in my_iter4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_traits.pass.cpp21 struct MyIter : std::iterator<std::random_access_iterator_tag, char> {}; struct
27 struct iterator_traits<MyIter>
43 ASSERT_SAME_TYPE(std::_ITER_TRAITS<MyIter>, std::iterator_traits<MyIter>); in main()

1234