Home
last modified time | relevance | path

Searched refs:ElemPayload (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/wast-11.0.0/src/ast/
H A Dtable.rs38 payload: ElemPayload<'a>,
63 ElemPayload::parse_tail(parser, ty) in parse()
100 pub payload: ElemPayload<'a>,
125 pub enum ElemPayload<'a> { enum
182 impl<'a> Parse<'a> for ElemPayload<'a> { implementation
184 ElemPayload::parse_tail(parser, parser.parse()?) in parse()
188 impl<'a> ElemPayload<'a> { impl
203 return Ok(ElemPayload::Indices(elems)); in parse_tail()
220 Ok(ElemPayload::Exprs { exprs, ty }) in parse_tail()
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/ast/
H A Dtable.rs39 payload: ElemPayload<'a>,
65 ElemPayload::parse_tail(parser, ty) in parse()
100 pub payload: ElemPayload<'a>,
125 pub enum ElemPayload<'a> { enum
183 impl<'a> Parse<'a> for ElemPayload<'a> { implementation
185 ElemPayload::parse_tail(parser, parser.parse()?) in parse()
189 impl<'a> ElemPayload<'a> { implementation
204 return Ok(ElemPayload::Indices(elems)); in parse_tail()
224 Ok(ElemPayload::Exprs { exprs, ty }) in parse_tail()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wast/src/ast/
H A Dtable.rs37 payload: ElemPayload<'a>,
62 ElemPayload::parse_tail(parser, ty) in parse()
94 pub payload: ElemPayload<'a>,
119 pub enum ElemPayload<'a> { enum
176 impl<'a> Parse<'a> for ElemPayload<'a> { implementation
178 ElemPayload::parse_tail(parser, parser.parse()?) in parse()
182 impl<'a> ElemPayload<'a> { implementation
197 return Ok(ElemPayload::Indices(elems)); in parse_tail()
214 Ok(ElemPayload::Exprs { exprs, ty }) in parse_tail()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wast/src/ast/
H A Dtable.rs37 payload: ElemPayload<'a>,
62 ElemPayload::parse_tail(parser, ty) in parse()
94 pub payload: ElemPayload<'a>,
119 pub enum ElemPayload<'a> { enum
176 impl<'a> Parse<'a> for ElemPayload<'a> { implementation
178 ElemPayload::parse_tail(parser, parser.parse()?) in parse()
182 impl<'a> ElemPayload<'a> { implementation
197 return Ok(ElemPayload::Indices(elems)); in parse_tail()
214 Ok(ElemPayload::Exprs { exprs, ty }) in parse_tail()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wast/src/ast/
H A Dtable.rs38 payload: ElemPayload<'a>,
63 ElemPayload::parse_tail(parser, ty) in parse()
100 pub payload: ElemPayload<'a>,
125 pub enum ElemPayload<'a> { enum
182 impl<'a> Parse<'a> for ElemPayload<'a> { implementation
184 ElemPayload::parse_tail(parser, parser.parse()?) in parse()
188 impl<'a> ElemPayload<'a> { implementation
203 return Ok(ElemPayload::Indices(elems)); in parse_tail()
220 Ok(ElemPayload::Exprs { exprs, ty }) in parse_tail()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wast-11.0.0/src/
H A Dbinary.rs424 if let ElemPayload::Exprs { in encode()
430 to_encode = ElemPayload::Indices(indices); in encode()
440 ElemPayload::Indices(_), in encode()
445 (ElemKind::Passive, ElemPayload::Indices(_)) => { in encode()
460 ElemPayload::Exprs { in encode()
468 (ElemKind::Passive, ElemPayload::Exprs { ty, .. }) => { in encode()
478 (ElemKind::Declared, ElemPayload::Indices(_)) => { in encode()
482 (ElemKind::Declared, ElemPayload::Exprs { ty, .. }) => { in encode()
496 impl Encode for ElemPayload<'_> { implementation
499 ElemPayload::Indices(v) => v.encode(e), in encode()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wast/src/
H A Dbinary.rs452 if let ElemPayload::Exprs { in encode()
458 to_encode = ElemPayload::Indices(indices); in encode()
468 ElemPayload::Indices(_), in encode()
473 (ElemKind::Passive, ElemPayload::Indices(_)) => { in encode()
488 ElemPayload::Exprs { in encode()
496 (ElemKind::Passive, ElemPayload::Exprs { ty, .. }) => { in encode()
506 (ElemKind::Declared, ElemPayload::Indices(_)) => { in encode()
510 (ElemKind::Declared, ElemPayload::Exprs { ty, .. }) => { in encode()
524 impl Encode for ElemPayload<'_> { implementation
527 ElemPayload::Indices(v) => v.encode(e), in encode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wast/src/
H A Dbinary.rs653 if let ElemPayload::Exprs { in encode()
663 to_encode = ElemPayload::Indices(indices); in encode()
677 ElemPayload::Indices(_), in encode()
682 (ElemKind::Passive, ElemPayload::Indices(_)) => { in encode()
701 ElemPayload::Exprs { in encode()
713 (ElemKind::Passive, ElemPayload::Exprs { ty, .. }) => { in encode()
723 (ElemKind::Declared, ElemPayload::Indices(_)) => { in encode()
727 (ElemKind::Declared, ElemPayload::Exprs { ty, .. }) => { in encode()
743 impl Encode for ElemPayload<'_> { implementation
746 ElemPayload::Indices(v) => v.encode(e), in encode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wast/src/
H A Dbinary.rs653 if let ElemPayload::Exprs { in encode()
663 to_encode = ElemPayload::Indices(indices); in encode()
677 ElemPayload::Indices(_), in encode()
682 (ElemKind::Passive, ElemPayload::Indices(_)) => { in encode()
701 ElemPayload::Exprs { in encode()
713 (ElemKind::Passive, ElemPayload::Exprs { ty, .. }) => { in encode()
723 (ElemKind::Declared, ElemPayload::Indices(_)) => { in encode()
727 (ElemKind::Declared, ElemPayload::Exprs { ty, .. }) => { in encode()
743 impl Encode for ElemPayload<'_> { implementation
746 ElemPayload::Indices(v) => v.encode(e), in encode()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/
H A Dbinary.rs657 ElemPayload::Indices(_), in encode()
662 (ElemKind::Passive, ElemPayload::Indices(_)) => { in encode()
666 (ElemKind::Active { table, offset }, ElemPayload::Indices(_)) => { in encode()
681 ElemPayload::Exprs { in encode()
693 (ElemKind::Passive, ElemPayload::Exprs { ty, .. }) => { in encode()
697 (ElemKind::Active { table, offset }, ElemPayload::Exprs { ty, .. }) => { in encode()
703 (ElemKind::Declared, ElemPayload::Indices(_)) => { in encode()
707 (ElemKind::Declared, ElemPayload::Exprs { ty, .. }) => { in encode()
717 impl Encode for ElemPayload<'_> { implementation
720 ElemPayload::Indices(v) => v.encode(e), in encode()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wast-11.0.0/src/resolve/
H A Dexpand.rs221 ElemPayload::Indices(v) => v.len(), in deinline_export()
222 ElemPayload::Exprs { exprs, .. } => exprs.len(), in deinline_export()
H A Dnames.rs161 ElemPayload::Indices(elems) => { in resolve()
166 ElemPayload::Exprs { exprs, .. } => { in resolve()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wast/src/resolve/
H A Dexpand.rs221 ElemPayload::Indices(v) => v.len(), in deinline_export()
222 ElemPayload::Exprs { exprs, .. } => exprs.len(), in deinline_export()
H A Dnames.rs159 ElemPayload::Indices(elems) => { in resolve()
164 ElemPayload::Exprs { exprs, .. } => { in resolve()
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/resolve/
H A Daliases.rs97 ElemPayload::Indices(funcs) => { in process()
102 ElemPayload::Exprs { exprs, .. } => { in process()
H A Ddeinline_import_export.rs122 ElemPayload::Indices(v) => v.len(), in run()
123 ElemPayload::Exprs { exprs, .. } => exprs.len(), in run()
H A Dnames.rs234 ElemPayload::Indices(elems) => { in resolve_field()
239 ElemPayload::Exprs { exprs, ty } => { in resolve_field()
H A Dtypes.rs127 if let ElemPayload::Exprs { exprs, .. } = &mut e.payload { in expand()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wast/src/resolve/
H A Daliases.rs97 ElemPayload::Indices(funcs) => { in process()
102 ElemPayload::Exprs { exprs, .. } => { in process()
H A Ddeinline_import_export.rs121 ElemPayload::Indices(v) => v.len(), in run()
122 ElemPayload::Exprs { exprs, .. } => exprs.len(), in run()
H A Dnames.rs234 ElemPayload::Indices(elems) => { in resolve_field()
239 ElemPayload::Exprs { exprs, ty } => { in resolve_field()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wast/src/resolve/
H A Daliases.rs97 ElemPayload::Indices(funcs) => { in process()
102 ElemPayload::Exprs { exprs, .. } => { in process()
H A Ddeinline_import_export.rs121 ElemPayload::Indices(v) => v.len(), in run()
122 ElemPayload::Exprs { exprs, .. } => exprs.len(), in run()
H A Dnames.rs234 ElemPayload::Indices(elems) => { in resolve_field()
239 ElemPayload::Exprs { exprs, ty } => { in resolve_field()