Home
last modified time | relevance | path

Searched refs:StringPool (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dstring_pool.rs28 pub struct StringPool { struct
38 impl Drop for StringPool { argument
51 impl fmt::Debug for StringPool { implementation
53 struct Strings<'a>(&'a StringPool); in fmt()
74 impl TryClone for StringPool { implementation
120 impl serde::ser::Serialize for StringPool { implementation
136 type Value = StringPool; in deserialize()
173 impl StringPool { implementation
312 let mut pool = StringPool::new(); in basic()
342 let mut pool = StringPool::new(); in stress()
[all …]
H A Dlib.rs62 pub use crate::string_pool::{Atom, StringPool};
H A Dmodule.rs298 pub strings: StringPool,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dlinker.rs16 use wasmtime_environ::{Atom, PanicOnOom, StringPool};
86 pool: StringPool,
164 pool: StringPool::new(), in new()