Home
last modified time | relevance | path

Searched refs:test_round_trip (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/protos/tests/
Dtrunks.rs9 use crate::common::test_round_trip;
16 test_round_trip(request); in send_command_request()
23 test_round_trip(response); in send_command_response()
/external/crosvm/protos/tests/common/
Dmod.rs27 pub fn test_round_trip<T: Message + PartialEq>(message: T) { in test_round_trip() function
/external/rust/crates/syn/tests/
Dtest_round_trip.rs40 fn test_round_trip() { in test_round_trip() function