Home
last modified time | relevance | path

Searched refs:RangeFull (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/array-slice-vec/
H A Dslice.rs7 use core::ops::{Index, IndexMut, Range, RangeTo, RangeFrom, RangeFull};
34 impl Index<RangeFull> for Foo {
36 fn index(&self, _index: RangeFull) -> &Foo { in index()
60 impl IndexMut<RangeFull> for Foo {
61 fn index_mut(&mut self, _index: RangeFull) -> &mut Foo { in index_mut()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/range/
H A Dissue-54505-no-literals.stderr52 LL | take_range(std::ops::RangeFull {});
55 | expected reference, found struct `RangeFull`
56 | help: consider borrowing here: `&std::ops::RangeFull {}`
59 found struct `RangeFull`
64 LL | take_range(::std::ops::RangeFull {});
67 | expected reference, found struct `RangeFull`
68 | help: consider borrowing here: `&::std::ops::RangeFull {}`
71 found struct `RangeFull`
H A Drange_traits-1.stderr37 error[E0277]: can't compare `std::ops::RangeFull` with `std::ops::RangeFull`
43 LL | d: RangeFull,
44 …^^^ no implementation for `std::ops::RangeFull < std::ops::RangeFull` and `std::ops::RangeFull > s…
46 = help: the trait `PartialOrd` is not implemented for `std::ops::RangeFull`
106 error[E0277]: the trait bound `std::ops::RangeFull: Ord` is not satisfied
112 LL | d: RangeFull,
113 | ^^^^^^^^^^^^ the trait `Ord` is not implemented for `std::ops::RangeFull`
H A Dissue-54505-no-literals.fixed36 take_range(&std::ops::RangeFull {});
39 //~| SUGGESTION &std::ops::RangeFull {}
41 take_range(&::std::ops::RangeFull {});
44 //~| SUGGESTION &::std::ops::RangeFull {}
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-21384.rs3 use ::std::ops::RangeFull;
17 assert_eq!(test(RangeFull), (RangeFull)); in main()
/dports/lang/rust/rustc-1.58.1-src/src/doc/reference/src/expressions/
H A Drange-expr.md37 | _RangeFullExpr_ | `..` | [std::ops::RangeFull] | - |
47 ..; // std::ops::RangeFull
74 [std::ops::RangeFull]: https://doc.rust-lang.org/std/ops/struct.RangeFull.html
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/src/preprocess/
H A Dlinks.rs8 use std::ops::{Bound, Range, RangeBounds, RangeFrom, RangeFull, RangeTo};
154 RangeFull(RangeFull), enumerator
163 LineRange::RangeFull(r) => r.start_bound(), in start_bound()
172 LineRange::RangeFull(r) => r.end_bound(), in end_bound()
195 impl From<RangeFull> for LineRange {
196 fn from(r: RangeFull) -> LineRange { in from()
197 LineRange::RangeFull(r) in from()
764 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_without_colon_includes_all()
776 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_nothing_after_colon_includes_all()
788 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_two_colons_includes_all()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/src/preprocess/
H A Dlinks.rs8 use std::ops::{Bound, Range, RangeBounds, RangeFrom, RangeFull, RangeTo};
154 RangeFull(RangeFull), enumerator
163 LineRange::RangeFull(r) => r.start_bound(), in start_bound()
172 LineRange::RangeFull(r) => r.end_bound(), in end_bound()
195 impl From<RangeFull> for LineRange {
196 fn from(r: RangeFull) -> LineRange { in from()
197 LineRange::RangeFull(r) in from()
764 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_without_colon_includes_all()
776 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_nothing_after_colon_includes_all()
788 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_two_colons_includes_all()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/src/preprocess/
H A Dlinks.rs8 use std::ops::{Bound, Range, RangeBounds, RangeFrom, RangeFull, RangeTo};
154 RangeFull(RangeFull), enumerator
163 LineRange::RangeFull(r) => r.start_bound(), in start_bound()
172 LineRange::RangeFull(r) => r.end_bound(), in end_bound()
195 impl From<RangeFull> for LineRange {
196 fn from(r: RangeFull) -> LineRange { in from()
197 LineRange::RangeFull(r) in from()
764 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_without_colon_includes_all()
776 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_nothing_after_colon_includes_all()
788 RangeOrAnchor::Range(LineRange::from(RangeFull)) in parse_with_two_colons_includes_all()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/unchecked-index/src/
H A Dslice_impls.rs6 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
18 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
80 impl_for_slice!(rangefull, RangeFull, self, _index, { });
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/unchecked-index-0.2.2/src/
H A Dslice_impls.rs6 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
18 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
80 impl_for_slice!(rangefull, RangeFull, self, _index, { });
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/unchecked-index-0.2.2/src/
H A Dslice_impls.rs6 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
18 use std::ops::{Range, RangeTo, RangeFrom, RangeFull};
80 impl_for_slice!(rangefull, RangeFull, self, _index, { });
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dops.rs3 use core::ops::{Bound, Range, RangeFrom, RangeFull, RangeInclusive, RangeTo, RangeToInclusive};
41 let _ = RangeFull; in test_full_range()
158 fn return_full_range() -> RangeFull { in test_range_syntax_in_return_statement()
180 const RANGE_FULL: RangeFull = ..; in range_structural_match()
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/grid/
H A Drow.rs5 use std::ops::{Range, RangeFrom, RangeFull, RangeTo, RangeToInclusive};
255 impl<T> Index<RangeFull> for Row<T> {
259 fn index(&self, _: RangeFull) -> &[T] { in index()
264 impl<T> IndexMut<RangeFull> for Row<T> {
266 fn index_mut(&mut self, _: RangeFull) -> &mut [T] { in index_mut()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/generichash/
H A Ddigest.rs5 use std::ops::{Index, Range, RangeFrom, RangeFull, RangeTo};
136 impl Index<RangeFull> for Digest {
138 fn index(&self, index: RangeFull) -> &[u8] { in index()
/dports/security/cloak/cloak-0.2.0/cargo-crates/arrayvec-0.4.10/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/arrayvec-0.4.11/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/arrayvec/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/arrayvec-0.4.11/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/arrayvec-0.4.11/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/editors/xi-term/xi-term-d264767/cargo-crates/arrayvec-0.4.10/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/arrayvec-0.4.10/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/games/dose-response/dose-response-179c326/cargo-crates/arrayvec-0.4.7/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/security/suricata/suricata-6.0.4/rust/vendor/arrayvec/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation
/dports/devel/gitui/gitui-0.10.1/cargo-crates/arrayvec-0.4.12/src/
H A Drange.rs3 RangeFull,
24 impl RangeArgument for RangeFull {} implementation

12345678910>>...24