Home
last modified time | relevance | path

Searched defs:rpc_looper (Results 1 – 4 of 4) sorted by relevance

/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/tests/
H A Drpc.rs33 let mut rpc_looper = RpcLoop::new(tx); in test_startup() localVariable
65 let mut rpc_looper = RpcLoop::new(write); in test_state() localVariable
101 let mut rpc_looper = RpcLoop::new(write); in test_malformed_json() localVariable
127 let mut rpc_looper = RpcLoop::new(write); in test_movement_cmds() localVariable
146 let mut rpc_looper = RpcLoop::new(write); in test_text_commands() localVariable
163 let mut rpc_looper = RpcLoop::new(write); in test_other_edit_commands() localVariable
180 let mut rpc_looper = RpcLoop::new(tx); in test_settings_commands() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/rpc/tests/
H A Dintegration.rs43 let mut rpc_looper = RpcLoop::new(tx); in test_recv_notif() localVariable
55 let mut rpc_looper = RpcLoop::new(tx); in test_recv_resp() localVariable
72 let mut rpc_looper = RpcLoop::new(tx); in test_recv_error() localVariable
84 let mut rpc_looper = RpcLoop::new(io::sink()); in test_bad_json_err() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/src/
H A Dmain.rs211 let mut rpc_looper = RpcLoop::new(stdout); in main() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/plugin-lib/src/
H A Dlib.rs208 let mut rpc_looper = RpcLoop::new(stdout); in mainloop() localVariable