Searched defs:SwapState (Results 1 – 5 of 5) sorted by relevance
22 fn get_swap_state(vm: &mut TestVm) -> SwapState { in get_swap_state()30 state: SwapState, in wait_until_swap_state_change()31 transition_state: &[SwapState], in wait_until_swap_state_change()
42 pub enum SwapState { enum
782 impl From<&State<'_>> for SwapState { implementation
64 void MapFieldBase::SwapState(MapFieldBase* other) { in SwapState() function in google::protobuf::internal::MapFieldBase