Home
last modified time | relevance | path

Searched refs:TocEntryType (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dtoc_serde.rs14 use TocEntryType;
85 entry_type: TocEntryType,
132 use TocEntryType;
148 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
153 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
373 assert_eq!(TocEntryType::Edition, edition.get_entry_type()); in test_deserialize()
382 assert_eq!(TocEntryType::Chapter, chapter1.get_entry_type()); in test_deserialize()
391 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
402 assert_eq!(TocEntryType::Chapter, chapter1_2.get_entry_type()); in test_deserialize()
413 assert_eq!(TocEntryType::Chapter, chapter2.get_entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs23 use TocEntryType;
104 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn get_entry_type(&self) -> TocEntryType { in get_entry_type() argument
247 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
251 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
271 assert_eq!(toc_parent_entry.get_entry_type(), TocEntryType::Chapter); in test_simple()
281 assert_eq!(toc_sub_entry.get_entry_type(), TocEntryType::Angle); in test_simple()
284 assert_eq!(parent.unwrap().get_entry_type(), TocEntryType::Chapter); in test_simple()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dtoc_serde.rs8 use crate::TocEntryType;
81 entry_type: TocEntryType,
128 use crate::TocEntryType;
144 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
149 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
368 assert_eq!(TocEntryType::Edition, edition.entry_type()); in test_deserialize()
377 assert_eq!(TocEntryType::Chapter, chapter1.entry_type()); in test_deserialize()
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
394 assert_eq!(TocEntryType::Chapter, chapter1_2.entry_type()); in test_deserialize()
402 assert_eq!(TocEntryType::Chapter, chapter2.entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs13 use crate::TocEntryType;
102 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn entry_type(&self) -> TocEntryType { in entry_type() argument
269 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
273 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
293 assert_eq!(toc_parent_entry.entry_type(), TocEntryType::Chapter); in test_simple()
303 assert_eq!(toc_sub_entry.entry_type(), TocEntryType::Angle); in test_simple()
306 assert_eq!(parent.unwrap().entry_type(), TocEntryType::Chapter); in test_simple()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dtoc_serde.rs14 use TocEntryType;
85 entry_type: TocEntryType,
132 use TocEntryType;
148 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
153 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
373 assert_eq!(TocEntryType::Edition, edition.get_entry_type()); in test_deserialize()
382 assert_eq!(TocEntryType::Chapter, chapter1.get_entry_type()); in test_deserialize()
391 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
402 assert_eq!(TocEntryType::Chapter, chapter1_2.get_entry_type()); in test_deserialize()
413 assert_eq!(TocEntryType::Chapter, chapter2.get_entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs23 use TocEntryType;
104 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn get_entry_type(&self) -> TocEntryType { in get_entry_type() argument
247 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
251 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
271 assert_eq!(toc_parent_entry.get_entry_type(), TocEntryType::Chapter); in test_simple()
281 assert_eq!(toc_sub_entry.get_entry_type(), TocEntryType::Angle); in test_simple()
284 assert_eq!(parent.unwrap().get_entry_type(), TocEntryType::Chapter); in test_simple()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dtoc_serde.rs14 use TocEntryType;
85 entry_type: TocEntryType,
132 use TocEntryType;
148 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
153 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
372 assert_eq!(TocEntryType::Edition, edition.get_entry_type()); in test_deserialize()
381 assert_eq!(TocEntryType::Chapter, chapter1.get_entry_type()); in test_deserialize()
390 assert_eq!(TocEntryType::Chapter, chapter1_1.get_entry_type()); in test_deserialize()
401 assert_eq!(TocEntryType::Chapter, chapter1_2.get_entry_type()); in test_deserialize()
412 assert_eq!(TocEntryType::Chapter, chapter2.get_entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs23 use TocEntryType;
104 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn get_entry_type(&self) -> TocEntryType { in get_entry_type() argument
247 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
251 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
271 assert_eq!(toc_parent_entry.get_entry_type(), TocEntryType::Chapter); in test_simple()
281 assert_eq!(toc_sub_entry.get_entry_type(), TocEntryType::Angle); in test_simple()
284 assert_eq!(parent.unwrap().get_entry_type(), TocEntryType::Chapter); in test_simple()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dtoc_serde.rs8 use crate::TocEntryType;
81 entry_type: TocEntryType,
128 use crate::TocEntryType;
144 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
149 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
368 assert_eq!(TocEntryType::Edition, edition.entry_type()); in test_deserialize()
377 assert_eq!(TocEntryType::Chapter, chapter1.entry_type()); in test_deserialize()
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
394 assert_eq!(TocEntryType::Chapter, chapter1_2.entry_type()); in test_deserialize()
402 assert_eq!(TocEntryType::Chapter, chapter2.entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs13 use crate::TocEntryType;
102 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn entry_type(&self) -> TocEntryType { in entry_type() argument
269 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
273 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
293 assert_eq!(toc_parent_entry.entry_type(), TocEntryType::Chapter); in test_simple()
303 assert_eq!(toc_sub_entry.entry_type(), TocEntryType::Angle); in test_simple()
306 assert_eq!(parent.unwrap().entry_type(), TocEntryType::Chapter); in test_simple()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dtoc_serde.rs8 use crate::TocEntryType;
81 entry_type: TocEntryType,
128 use crate::TocEntryType;
144 let mut toc_edition = TocEntry::new(TocEntryType::Edition, "edition"); in test_serialize()
149 let mut toc_chap_1 = TocEntry::new(TocEntryType::Chapter, "chapter1"); in test_serialize()
368 assert_eq!(TocEntryType::Edition, edition.entry_type()); in test_deserialize()
377 assert_eq!(TocEntryType::Chapter, chapter1.entry_type()); in test_deserialize()
386 assert_eq!(TocEntryType::Chapter, chapter1_1.entry_type()); in test_deserialize()
394 assert_eq!(TocEntryType::Chapter, chapter1_2.entry_type()); in test_deserialize()
402 assert_eq!(TocEntryType::Chapter, chapter2.entry_type()); in test_deserialize()
[all …]
H A Dtoc.rs13 use crate::TocEntryType;
102 pub fn new(type_: TocEntryType, uid: &str) -> Self { in new() argument
116 pub fn entry_type(&self) -> TocEntryType { in entry_type() argument
269 let mut toc_entry = TocEntry::new(TocEntryType::Chapter, "chapter"); in test_simple()
273 let toc_sub_entry = TocEntry::new(TocEntryType::Angle, "angle"); in test_simple()
293 assert_eq!(toc_parent_entry.entry_type(), TocEntryType::Chapter); in test_simple()
303 assert_eq!(toc_sub_entry.entry_type(), TocEntryType::Angle); in test_simple()
306 assert_eq!(parent.unwrap().entry_type(), TocEntryType::Chapter); in test_simple()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dtoc.h113 enum TocEntryType enum
131 class Value<Gst::TocEntryType> : public Glib::Value_Enum<Gst::TocEntryType>
362 TocEntryType get_entry_type();
H A Dtoc.cc47 GType Glib::Value<Gst::TocEntryType>::value_type() in value_type()
227 TocEntryType TocEntry::get_entry_type() in get_entry_type()
229 return ((TocEntryType)(gst_toc_entry_get_entry_type(gobj()))); in get_entry_type()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/auto/
H A Denums.rs2678 pub enum TocEntryType { enum
2691 impl ToGlib for TocEntryType { implementation
2713 -3 => TocEntryType::Angle, in from_glib()
2714 -2 => TocEntryType::Version, in from_glib()
2715 -1 => TocEntryType::Edition, in from_glib()
2716 0 => TocEntryType::Invalid, in from_glib()
2717 1 => TocEntryType::Title, in from_glib()
2718 2 => TocEntryType::Track, in from_glib()
2719 3 => TocEntryType::Chapter, in from_glib()
2725 impl StaticType for TocEntryType { implementation
[all …]
H A Dmod.rs156 pub use self::enums::TocEntryType;
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/auto/
H A Denums.rs2678 pub enum TocEntryType { enum
2691 impl ToGlib for TocEntryType { implementation
2713 -3 => TocEntryType::Angle, in from_glib()
2714 -2 => TocEntryType::Version, in from_glib()
2715 -1 => TocEntryType::Edition, in from_glib()
2716 0 => TocEntryType::Invalid, in from_glib()
2717 1 => TocEntryType::Title, in from_glib()
2718 2 => TocEntryType::Track, in from_glib()
2719 3 => TocEntryType::Chapter, in from_glib()
2725 impl StaticType for TocEntryType { implementation
[all …]
H A Dmod.rs156 pub use self::enums::TocEntryType;
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/auto/
H A Denums.rs2678 pub enum TocEntryType { enum
2691 impl ToGlib for TocEntryType { implementation
2713 -3 => TocEntryType::Angle, in from_glib()
2714 -2 => TocEntryType::Version, in from_glib()
2715 -1 => TocEntryType::Edition, in from_glib()
2716 0 => TocEntryType::Invalid, in from_glib()
2717 1 => TocEntryType::Title, in from_glib()
2718 2 => TocEntryType::Track, in from_glib()
2719 3 => TocEntryType::Chapter, in from_glib()
2725 impl StaticType for TocEntryType { implementation
[all …]
H A Dmod.rs156 pub use self::enums::TocEntryType;
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dtoc.hg31 _WRAP_ENUM(TocEntryType, GstTocEntryType)
97 _WRAP_METHOD(TocEntryType get_entry_type(), gst_toc_entry_get_entry_type)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/auto/
H A Dmod.rs154 pub use self::enums::TocEntryType;
H A Denums.rs3460 pub enum TocEntryType { enum
3479 impl TocEntryType { impl
3494 impl IntoGlib for TocEntryType { implementation
3512 impl FromGlib<ffi::GstTocEntryType> for TocEntryType { implementation
3528 impl StaticType for TocEntryType { implementation
3534 impl glib::value::ValueType for TocEntryType { implementation
3538 unsafe impl<'a> FromValue<'a> for TocEntryType { implementation
3547 impl ToValue for TocEntryType { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/auto/
H A Dmod.rs154 pub use self::enums::TocEntryType;
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/auto/
H A Dmod.rs148 pub use self::enums::TocEntryType;

12