Searched defs:CacheInner (Results 1 – 1 of 1) sorted by relevance
102 struct CacheInner { struct111 compiled: StateMap,127 trans: Transitions,134 start_states: Vec<StatePtr>,139 stack: Vec<InstPtr>,142 flush_count: u64,145 size: usize,148 insts_scratch_space: Vec<u8>,436 impl CacheInner { impl