Searched defs:state_vec (Results 1 – 3 of 3) sorted by relevance
30 typedef std::vector<state_type> state_vec; typedef
43 typedef std::vector< state_type, simd::allocator< state_type > > state_vec; typedef
518 let mut state_vec = Vec::new(); in virtio_snapshot() localVariable