Searched refs:iterator (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/crates/c-api/include/wasmtime/types/ |
| H A D | export.hh | 76 typedef const Ref *iterator; typedef in wasmtime::ExportType::List 78 iterator begin() const { in begin() 79 return reinterpret_cast<iterator>(&list.data[0]); // NOLINT in begin() 82 iterator end() const { in end() 83 return reinterpret_cast<iterator>(&list.data[list.size]); // NOLINT in end()
|
| H A D | import.hh | 82 typedef const Ref *iterator; typedef in wasmtime::ImportType::List 84 iterator begin() const { in begin() 85 return reinterpret_cast<iterator>(&list.data[0]); // NOLINT in begin() 88 iterator end() const { in end() 89 return reinterpret_cast<iterator>(&list.data[list.size]); // NOLINT in end()
|
| H A D | val.hh | 129 typedef const Ref *iterator; typedef in wasmtime::ValType::ListRef 132 iterator begin() const { in begin() 137 iterator end() const { in end()
|
| /wasmtime-44.0.1/crates/c-api/include/wasmtime/ |
| H A D | span.hh | 53 using iterator = T *; 84 iterator begin() const { return ptr_; } 87 iterator end() const {
|
| H A D | trap.hh | 83 typedef const FrameRef *iterator; typedef in wasmtime::Trace 86 iterator begin() const { in begin() 90 iterator end() const { in end()
|
| /wasmtime-44.0.1/cranelift/entity/src/ |
| H A D | list.rs | 470 let iterator = elements.into_iter(); in extend() localVariable 471 let (len, upper) = iterator.size_hint(); in extend() 476 for (src, dst) in iterator.zip(data[offset..].iter_mut()) { in extend() 480 for x in iterator { in extend()
|
| /wasmtime-44.0.1/crates/test-programs/ |
| H A D | README.md | 149 Each test suite is given an iterator macro in `test-programs-artifacts` named 152 The iterator macro is passed the identifier of another macro which is passed
|
| /wasmtime-44.0.1/supply-chain/ |
| H A D | config.toml | 297 [[exemptions.fallible-iterator]]
|
| H A D | audits.toml | 2923 [[audits.fallible-iterator]]
|
| /wasmtime-44.0.1/ |
| H A D | Cargo.lock | 1340 name = "fallible-iterator" 1678 "fallible-iterator",
|
| /wasmtime-44.0.1/docs/js/ |
| H A D | mermaid.min.11.6.0.js | 350 …iterator]:d8};hu=jV});function Ge(t){return typeof t=="string"?new oi([[document.querySelector(t)]… 699 …if(Ho(t.grammarSource)&&t.grammarSource.value===e)return[t];let n=Kd(t).iterator(),i,a=[];do if(i=… 1949 …iterator)!=e;r&&(ES[Symbol.iterator]=function(){var n=this,i={value:void 0,done:!1},a=0,s=this.len… 2153 …tion(t,e,r){"use strict";var n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?functio… 2554 …iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a…
|