Home
last modified time | relevance | path

Searched refs:chapter1_1 (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dtoc_serde.rs390 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
391 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
392 assert_eq!("chapter1.1", chapter1_1.get_uid()); in test_deserialize()
393 assert_eq!(Some((0, 4)), chapter1_1.get_start_stop_times()); in test_deserialize()
394 let tags = chapter1_1.get_tags().unwrap(); in test_deserialize()
399 assert_eq!(0, chapter1_1.get_sub_entries().len()); in test_deserialize()
525 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
527 assert_eq!(chapter1_1_de.get_uid(), chapter1_1.get_uid()); in test_serde_roundtrip()
530 chapter1_1.get_start_stop_times() in test_serde_roundtrip()
533 let tags = chapter1_1.get_tags().unwrap(); in test_serde_roundtrip()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dtoc_serde.rs385 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
387 assert_eq!("chapter1.1", chapter1_1.uid()); in test_deserialize()
388 assert_eq!(Some((0, 4)), chapter1_1.start_stop_times()); in test_deserialize()
389 let tags = chapter1_1.tags().unwrap(); in test_deserialize()
391 assert_eq!(0, chapter1_1.sub_entries().len()); in test_deserialize()
505 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
507 assert_eq!(chapter1_1_de.uid(), chapter1_1.uid()); in test_serde_roundtrip()
510 chapter1_1.start_stop_times() in test_serde_roundtrip()
513 let tags = chapter1_1.tags().unwrap(); in test_serde_roundtrip()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dtoc_serde.rs390 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
391 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
392 assert_eq!("chapter1.1", chapter1_1.get_uid()); in test_deserialize()
393 assert_eq!(Some((0, 4)), chapter1_1.get_start_stop_times()); in test_deserialize()
394 let tags = chapter1_1.get_tags().unwrap(); in test_deserialize()
399 assert_eq!(0, chapter1_1.get_sub_entries().len()); in test_deserialize()
525 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
527 assert_eq!(chapter1_1_de.get_uid(), chapter1_1.get_uid()); in test_serde_roundtrip()
530 chapter1_1.get_start_stop_times() in test_serde_roundtrip()
533 let tags = chapter1_1.get_tags().unwrap(); in test_serde_roundtrip()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dtoc_serde.rs389 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
390 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
391 assert_eq!("chapter1.1", chapter1_1.get_uid()); in test_deserialize()
392 assert_eq!(Some((0, 4)), chapter1_1.get_start_stop_times()); in test_deserialize()
393 let tags = chapter1_1.get_tags().unwrap(); in test_deserialize()
398 assert_eq!(0, chapter1_1.get_sub_entries().len()); in test_deserialize()
523 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
525 assert_eq!(chapter1_1_de.get_uid(), chapter1_1.get_uid()); in test_serde_roundtrip()
528 chapter1_1.get_start_stop_times() in test_serde_roundtrip()
531 let tags = chapter1_1.get_tags().unwrap(); in test_serde_roundtrip()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dtoc_serde.rs385 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
387 assert_eq!("chapter1.1", chapter1_1.uid()); in test_deserialize()
388 assert_eq!(Some((0, 4)), chapter1_1.start_stop_times()); in test_deserialize()
389 let tags = chapter1_1.tags().unwrap(); in test_deserialize()
391 assert_eq!(0, chapter1_1.sub_entries().len()); in test_deserialize()
505 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
507 assert_eq!(chapter1_1_de.uid(), chapter1_1.uid()); in test_serde_roundtrip()
510 chapter1_1.start_stop_times() in test_serde_roundtrip()
513 let tags = chapter1_1.tags().unwrap(); in test_serde_roundtrip()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dtoc_serde.rs385 let chapter1_1 = &chap1_sub_entries[0]; in test_deserialize() localVariable
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
387 assert_eq!("chapter1.1", chapter1_1.uid()); in test_deserialize()
388 assert_eq!(Some((0, 4)), chapter1_1.start_stop_times()); in test_deserialize()
389 let tags = chapter1_1.tags().unwrap(); in test_deserialize()
391 assert_eq!(0, chapter1_1.sub_entries().len()); in test_deserialize()
505 let chapter1_1 = &chap1_sub_entries[0]; in test_serde_roundtrip() localVariable
507 assert_eq!(chapter1_1_de.uid(), chapter1_1.uid()); in test_serde_roundtrip()
510 chapter1_1.start_stop_times() in test_serde_roundtrip()
513 let tags = chapter1_1.tags().unwrap(); in test_serde_roundtrip()
[all …]