Home
last modified time | relevance | path

Searched refs:DIRECTION_UNSPECIFIED_STR (Results 1 – 2 of 2) sorted by relevance

/webrtc/sdp/src/direction/
H A Dmod.rs25 const DIRECTION_UNSPECIFIED_STR: &str = "Unspecified"; constant
34 _ => DIRECTION_UNSPECIFIED_STR, in fmt()
H A Ddirection_test.rs28 (Direction::Unspecified, DIRECTION_UNSPECIFIED_STR), in test_direction_string()