Searched refs:StringPool (Results 1 – 4 of 4) sorted by relevance
28 pub struct StringPool { struct38 impl Drop for StringPool { argument51 impl fmt::Debug for StringPool { implementation53 struct Strings<'a>(&'a StringPool); in fmt()74 impl TryClone for StringPool { implementation120 impl serde::ser::Serialize for StringPool { implementation136 type Value = StringPool; in deserialize()173 impl StringPool { implementation312 let mut pool = StringPool::new(); in basic()342 let mut pool = StringPool::new(); in stress()[all …]
62 pub use crate::string_pool::{Atom, StringPool};
298 pub strings: StringPool,
16 use wasmtime_environ::{Atom, PanicOnOom, StringPool};86 pool: StringPool,164 pool: StringPool::new(), in new()