Home
last modified time | relevance | path

Searched refs:ElementSectionReader (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Delement_section.rs112 pub struct ElementSectionReader<'a> { struct
117 impl<'a> ElementSectionReader<'a> { argument
118 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
121 Ok(ElementSectionReader { reader, count }) in new()
208 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
211 ElementSectionReader::read(self) in read()
217 ElementSectionReader::original_position(self) in original_position()
221 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
223 ElementSectionReader::get_count(self) in get_count()
227 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs24 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
148 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
153 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
314 Element(ElementSectionReader<'a>),
H A Dmod.rs35 pub use self::element_section::ElementSectionReader;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Delement_section.rs146 pub struct ElementSectionReader<'a> { struct
151 impl<'a> ElementSectionReader<'a> { impl
152 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
155 Ok(ElementSectionReader { reader, count }) in new()
261 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
264 ElementSectionReader::read(self) in read()
270 ElementSectionReader::original_position(self) in original_position()
277 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
279 ElementSectionReader::get_count(self) in get_count()
283 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Delement_section.rs145 pub struct ElementSectionReader<'a> { struct
150 impl<'a> ElementSectionReader<'a> { impl
151 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
154 Ok(ElementSectionReader { reader, count }) in new()
266 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
269 ElementSectionReader::read(self) in read()
275 ElementSectionReader::original_position(self) in original_position()
279 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
281 ElementSectionReader::get_count(self) in get_count()
285 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs22 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
146 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
151 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
318 Element(ElementSectionReader<'a>),
H A Dmod.rs36 pub use self::element_section::ElementSectionReader;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Delement_section.rs145 pub struct ElementSectionReader<'a> { struct
150 impl<'a> ElementSectionReader<'a> { implementation
151 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
154 Ok(ElementSectionReader { reader, count }) in new()
265 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
268 ElementSectionReader::read(self) in read()
274 ElementSectionReader::original_position(self) in original_position()
278 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
280 ElementSectionReader::get_count(self) in get_count()
284 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs22 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
146 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
151 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
318 Element(ElementSectionReader<'a>),
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Delement_section.rs145 pub struct ElementSectionReader<'a> { struct
150 impl<'a> ElementSectionReader<'a> { argument
151 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
154 Ok(ElementSectionReader { reader, count }) in new()
265 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
268 ElementSectionReader::read(self) in read()
274 ElementSectionReader::original_position(self) in original_position()
278 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
280 ElementSectionReader::get_count(self) in get_count()
284 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs22 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
146 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
151 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
318 Element(ElementSectionReader<'a>),
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs146 pub struct ElementSectionReader<'a> { struct
151 impl<'a> ElementSectionReader<'a> { impl
152 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
155 Ok(ElementSectionReader { reader, count }) in new()
261 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
264 ElementSectionReader::read(self) in read()
270 ElementSectionReader::original_position(self) in original_position()
277 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
279 ElementSectionReader::get_count(self) in get_count()
283 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs146 pub struct ElementSectionReader<'a> { struct
151 impl<'a> ElementSectionReader<'a> { argument
152 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
155 Ok(ElementSectionReader { reader, count }) in new()
261 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
264 ElementSectionReader::read(self) in read()
270 ElementSectionReader::original_position(self) in original_position()
277 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
279 ElementSectionReader::get_count(self) in get_count()
283 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs146 pub struct ElementSectionReader<'a> { struct
151 impl<'a> ElementSectionReader<'a> { implementation
152 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
155 Ok(ElementSectionReader { reader, count }) in new()
261 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
264 ElementSectionReader::read(self) in read()
270 ElementSectionReader::original_position(self) in original_position()
277 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
279 ElementSectionReader::get_count(self) in get_count()
283 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs145 pub struct ElementSectionReader<'a> { struct
150 impl<'a> ElementSectionReader<'a> { implementation
151 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
154 Ok(ElementSectionReader { reader, count }) in new()
265 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
268 ElementSectionReader::read(self) in read()
274 ElementSectionReader::original_position(self) in original_position()
278 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
280 ElementSectionReader::get_count(self) in get_count()
284 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs22 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
146 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
151 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
318 Element(ElementSectionReader<'a>),
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Delement_section.rs155 pub struct ElementSectionReader<'a> { struct
160 impl<'a> ElementSectionReader<'a> { argument
161 pub fn new(data: &'a [u8], offset: usize) -> Result<ElementSectionReader<'a>> { in new()
164 Ok(ElementSectionReader { reader, count }) in new()
275 impl<'a> SectionReader for ElementSectionReader<'a> { implementation
278 ElementSectionReader::read(self) in read()
284 ElementSectionReader::original_position(self) in original_position()
288 impl<'a> SectionWithLimitedItems for ElementSectionReader<'a> { implementation
290 ElementSectionReader::get_count(self) in get_count()
294 impl<'a> IntoIterator for ElementSectionReader<'a> { implementation
[all …]
H A Dmodule.rs22 read_start_section_content, CodeSectionReader, DataSectionReader, ElementSectionReader,
146 pub fn get_element_section_reader<'b>(&self) -> Result<ElementSectionReader<'b>> in get_element_section_reader()
151 SectionCode::Element => ElementSectionReader::new(self.data, self.offset), in get_element_section_reader()
318 Element(ElementSectionReader<'a>),
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dtranslate_sections.rs6 CodeSectionReader, DataSectionReader, ElementSectionReader, ExportSectionReader, FuncType,
71 pub fn element(elements: ElementSectionReader) -> Result<(), Error> { in element()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/
H A Dparser.rs32 ElementKind, ElementSectionReader, Export, ExportSectionReader, FunctionBody,
175 ElementSectionReader(ElementSectionReader<'a>), enumerator
289 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
433 let Element { kind, items, ty } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
732 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
842 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/
H A Dparser.rs32 ElementKind, ElementSectionReader, Export, ExportSectionReader, FunctionBody,
175 ElementSectionReader(ElementSectionReader<'a>), enumerator
289 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
433 let Element { kind, items, ty } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
732 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
842 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/
H A Dparser.rs32 ElementKind, ElementSectionReader, Export, ExportSectionReader, FunctionBody,
175 ElementSectionReader(ElementSectionReader<'a>), enumerator
289 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
433 let Element { kind, items, ty } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
732 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
842 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/
H A Dparser.rs32 ElementSectionReader, Export, ExportSectionReader, FunctionBody, FunctionSectionReader, Global,
164 ElementSectionReader(ElementSectionReader<'a>), enumerator
278 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
422 let Element { kind, items } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
722 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
832 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/
H A Dparser.rs32 ElementKind, ElementSectionReader, Export, ExportSectionReader, FunctionBody,
175 ElementSectionReader(ElementSectionReader<'a>), enumerator
289 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
433 let Element { kind, items, ty } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
733 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
843 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/
H A Dparser.rs32 ElementKind, ElementSectionReader, Export, ExportSectionReader, FunctionBody,
175 ElementSectionReader(ElementSectionReader<'a>), enumerator
289 ParserSectionReader::ElementSectionReader(ref reader) => { in current_position()
433 let Element { kind, items, ty } = section_reader!(self, ElementSectionReader).read()?; in read_element_entry()
732 start_section_reader!(self, ElementSectionReader, get_element_section_reader); in read_section_body()
842 ParserSectionReader::ElementSectionReader(ref reader) => reader.ensure_end()?, in check_section_end()

12