Lines Matching defs:unsupported

54     let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported();  in protocol_all_supported_with_single_protocol_and_protocol_set()  localVariable
61 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_two_values() localVariable
68 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_one_value() localVariable
75 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_three_values() localVariable
82 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_unsupported_protocol() localVariable
90 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_unsupported_versions() localVariable
98 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_unsupported_low_version() localVariable
106 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_unsupported_high_version() localVariable
114 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_mix_of_supported_and_unsupproted() localVariable
257 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_proto_and_single_version() localVariable
264 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_protocol_and_multiple_versions() localVariable
271 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_different_single_protocol_and_single_version() localVariable
278 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_protocol_and_supported_version() localVariable
285 let unsupported: Option<UnvalidatedProtoEntry> = protocols.all_supported(); in protocol_all_supported_with_two_protocols_and_single_version() localVariable
292 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_protocol_and_two_nonsequential_versions() localVariable
299 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_protocol_and_two_sequential_versions() localVariable
306 let unsupported: Option<UnvalidatedProtoEntry> = protocol.all_supported(); in protocol_all_supported_with_single_protocol_and_protocol_range() localVariable