Home
last modified time | relevance | path

Searched refs:VecEntry (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/copyless/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { implementation
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/net/proby/proby-1.0.2/cargo-crates/copyless-0.1.5/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { impl
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/copyless/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { implementation
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/copyless/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { impl
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/copyless/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { implementation
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/graphics/rx/rx-0.4.0/cargo-crates/copyless-0.1.4/src/
H A Dvec.rs26 pub enum VecEntry<'a, T: 'a> { enum
33 impl<'a, T> VecEntry<'a, T> { implementation
38 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
39 VecEntry::Occupied(slot) => { *slot = value; } in set()
50 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
65 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
67 VecEntry::Occupied(unsafe { in entry()
72 VecEntry::Vacant(self.alloc()) in entry()
H A Dlib.rs7 vec::{VecAllocation, VecEntry, VecHelper},
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dutil.rs43 pub enum VecEntry<'a, T: 'a> { enum
48 impl<'a, T> VecEntry<'a, T> { implementation
52 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
53 VecEntry::Occupied(slot) => { *slot = value; } in set()
63 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
78 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
80 VecEntry::Occupied(unsafe { in entry()
85 VecEntry::Vacant(self.alloc()) in entry()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dutil.rs44 pub enum VecEntry<'a, T: 'a> { enum
49 impl<'a, T> VecEntry<'a, T> { impl
53 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
54 VecEntry::Occupied(slot) => { *slot = value; } in set()
64 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
87 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
89 VecEntry::Occupied(unsafe { in entry()
94 VecEntry::Vacant(self.alloc()) in entry()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dutil.rs44 pub enum VecEntry<'a, T: 'a> { enum
49 impl<'a, T> VecEntry<'a, T> { impl
53 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
54 VecEntry::Occupied(slot) => { *slot = value; } in set()
64 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
90 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
92 VecEntry::Occupied(unsafe { in entry()
97 VecEntry::Vacant(self.alloc()) in entry()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dutil.rs44 pub enum VecEntry<'a, T: 'a> { enum
49 impl<'a, T> VecEntry<'a, T> { impl
53 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
54 VecEntry::Occupied(slot) => { *slot = value; } in set()
64 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
90 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
92 VecEntry::Occupied(unsafe { in entry()
97 VecEntry::Vacant(self.alloc()) in entry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dutil.rs44 pub enum VecEntry<'a, T: 'a> { enum
49 impl<'a, T> VecEntry<'a, T> { implementation
53 VecEntry::Vacant(alloc) => { alloc.init(value); } in set()
54 VecEntry::Occupied(slot) => { *slot = value; } in set()
64 fn entry(&mut self, index: usize) -> VecEntry<T>; in entry()
90 fn entry(&mut self, index: usize) -> VecEntry<T> { in entry()
92 VecEntry::Occupied(unsafe { in entry()
97 VecEntry::Vacant(self.alloc()) in entry()