Home
last modified time | relevance | path

Searched defs:Chain (Results 26 – 50 of 3800) sorted by last modified time

12345678910>>...152

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-0.1.31/src/future/
H A Dchain.rs6 pub enum Chain<A, B, C> where A: Future { enum
12 impl<A, B, C> Chain<A, B, C> impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-io/src/
H A Dasync_write.rs181 impl<T, U> AsyncRead for std_io::Chain<T, U> implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/anyhow/src/
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { implementation
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-util/src/io/
H A Dchain.rs23 impl<T, U> Chain<T, U> impl
62 impl<T, U> fmt::Debug for Chain<T, U> implementation
76 impl<T, U> AsyncRead for Chain<T, U> implementation
126 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPIC.h91 class Chain; member
173 explicit Chain(JSObject* picObject) in Chain() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/
H A Dtransportlayer.cpp32 void TransportLayer::Chain(TransportLayer* downward) { in Chain() function in mozilla::TransportLayer
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh953 struct Chain struct
955 typedef typename Types::HBUINT HBUINT;
957 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags()
988 void apply (hb_aat_apply_context_t *c, in apply()
1058 unsigned int get_size () const { return length; } in get_size()
1060 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1084 HBUINT32 defaultFlags; /* The default specification for subtables. */
1085 HBUINT32 length; /* Total byte count, including this header. */
1086 HBUINT featureCount; /* Number of feature subtable entries. */
1087 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/syn/src/
H A Dparse.rs401 Chain(Rc<Cell<Unexpected>>), enumerator
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-io/src/
H A Dasync_write.rs178 impl<T, U> AsyncRead for std_io::Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/src/io/util/
H A Dchain.rs34 impl<T, U> Chain<T, U> implementation
69 impl<T, U> fmt::Debug for Chain<T, U> implementation
82 impl<T, U> AsyncRead for Chain<T, U> implementation
113 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/src/stream/
H A Dchain.rs17 impl<T, U> Chain<T, U> { implementation
27 impl<T, U> Stream for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/anyhow/src/
H A Derror.rs386 pub fn chain(&self) -> Chain { in chain()
894 pub(crate) unsafe fn chain(this: Ref<Self>) -> Chain { in chain()
H A Dlib.rs396 pub struct Chain<'a> { struct
397 state: crate::chain::ChainState<'a>, argument
H A Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { implementation
35 impl<'a> Iterator for Chain<'a> { implementation
57 impl DoubleEndedIterator for Chain<'_> { implementation
76 impl ExactSizeIterator for Chain<'_> { implementation
94 impl Default for Chain<'_> { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/rayon/src/iter/
H A Dchain.rs14 pub struct Chain<A, B> struct
23 impl<A, B> Chain<A, B> argument
34 impl<A, B> ParallelIterator for Chain<A, B> implementation
45 let Chain { a, b } = self; in drive_unindexed() localVariable
67 impl<A, B> IndexedParallelIterator for Chain<A, B> implementation
76 let Chain { a, b } = self; in drive() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/bytes-0.5.6/src/buf/ext/
H A Dchain.rs36 pub struct Chain<T, U> { struct
41 impl<T, U> Chain<T, U> { impl
136 impl<T, U> Buf for Chain<T, U> implementation
179 impl<T, U> BufMut for Chain<T, U> implementation
222 impl<T, U> IntoIterator for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/stream/
H A Dchain.rs24 pub struct Chain<S1, S2> { struct
28 pub fn new<S1, S2>(s1: S1, s2: S2) -> Chain<S1, S2> in new() argument
34 impl<S1, S2> Stream for Chain<S1, S2> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/future/
H A Dchain.rs6 pub enum Chain<A, B, C> where A: Future { enum
12 impl<A, B, C> Chain<A, B, C> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/fallible-iterator/src/
H A Dlib.rs1265 pub struct Chain<T, U> { struct
1268 state: ChainState, argument
1271 impl<T, U> FallibleIterator for Chain<T, U> argument
1365 impl<T, U> DoubleEndedFallibleIterator for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-util/src/io/
H A Dchain.rs21 impl<T, U> Chain<T, U> implementation
60 impl<T, U> fmt::Debug for Chain<T, U> implementation
74 impl<T, U> AsyncRead for Chain<T, U> implementation
114 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/bytes-0.4.12/src/buf/
H A Dchain.rs30 pub struct Chain<T, U> { struct
35 impl<T, U> Chain<T, U> { argument
146 impl<T, U> Buf for Chain<T, U> implementation
187 impl<T, U> BufMut for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-util/src/stream/stream/
H A Dchain.rs20 impl<St1, St2> Chain<St1, St2> impl
30 impl<St1, St2> FusedStream for Chain<St1, St2> implementation
40 impl<St1, St2> Stream for Chain<St1, St2> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/bytes/src/buf/
H A Dchain.rs32 pub struct Chain<T, U> { struct
37 impl<T, U> Chain<T, U> { impl
132 impl<T, U> Buf for Chain<T, U> implementation
193 unsafe impl<T, U> BufMut for Chain<T, U> implementation
232 impl<T, U> IntoIterator for Chain<T, U> implementation
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPIC.h93 class Chain; member
175 explicit Chain(JSObject* picObject) in Chain() function
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh953 struct Chain struct
955 typedef typename Types::HBUINT HBUINT;
957 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags()
988 void apply (hb_aat_apply_context_t *c, in apply()
1058 unsigned int get_size () const { return length; } in get_size()
1060 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize()
1084 HBUINT32 defaultFlags; /* The default specification for subtables. */
1085 HBUINT32 length; /* Total byte count, including this header. */
1086 HBUINT featureCount; /* Number of feature subtable entries. */
1087 HBUINT subtableCount; /* The number of subtables in the chain. */
[all …]

12345678910>>...152