Home
last modified time | relevance | path

Searched refs:FormatSizeFlags (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dmiscutils.h119 enum FormatSizeFlags enum
128 inline FormatSizeFlags operator|(FormatSizeFlags lhs, FormatSizeFlags rhs)
129 { return static_cast<FormatSizeFlags>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
132 inline FormatSizeFlags operator&(FormatSizeFlags lhs, FormatSizeFlags rhs)
136 inline FormatSizeFlags operator^(FormatSizeFlags lhs, FormatSizeFlags rhs)
140 inline FormatSizeFlags operator~(FormatSizeFlags flags)
141 { return static_cast<FormatSizeFlags>(~static_cast<unsigned>(flags)); }
144 inline FormatSizeFlags& operator|=(FormatSizeFlags& lhs, FormatSizeFlags rhs)
148 inline FormatSizeFlags& operator&=(FormatSizeFlags& lhs, FormatSizeFlags rhs)
152 inline FormatSizeFlags& operator^=(FormatSizeFlags& lhs, FormatSizeFlags rhs)
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Dflags.rs42 pub struct FormatSizeFlags: u32 {
51 impl ToGlib for FormatSizeFlags { implementation
60 impl FromGlib<glib_sys::GFormatSizeFlags> for FormatSizeFlags { implementation
61 fn from_glib(value: glib_sys::GFormatSizeFlags) -> FormatSizeFlags { in from_glib() argument
62 FormatSizeFlags::from_bits_truncate(value) in from_glib()
H A Dmod.rs37 pub use self::flags::FormatSizeFlags;
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dfiletransfer_progress.py44 self._units = GLib.FormatSizeFlags.IEC_UNITS
46 self._units = GLib.FormatSizeFlags.DEFAULT
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Dflags.rs97 pub struct FormatSizeFlags: u32 {
109 impl fmt::Display for FormatSizeFlags { implementation
116 impl IntoGlib for FormatSizeFlags { implementation
125 impl FromGlib<ffi::GFormatSizeFlags> for FormatSizeFlags { implementation
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dhttpupload.py83 GLib.FormatSizeFlags.IEC_UNITS)
108 GLib.FormatSizeFlags.IEC_UNITS)
170 GLib.FormatSizeFlags.IEC_UNITS)
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go491 type FormatSizeFlags int type
494 FORMAT_SIZE_DEFAULT FormatSizeFlags = C.G_FORMAT_SIZE_DEFAULT
495 FORMAT_SIZE_LONG_FORMAT FormatSizeFlags = C.G_FORMAT_SIZE_LONG_FORMAT
496 FORMAT_SIZE_IEC_UNITS FormatSizeFlags = C.G_FORMAT_SIZE_IEC_UNITS
497 FORMAT_SIZE_BITS FormatSizeFlags = C.G_FORMAT_SIZE_BITS
501 func FormatSizeFull(size uint64, flags FormatSizeFlags) string { argument
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go491 type FormatSizeFlags int type
494 FORMAT_SIZE_DEFAULT FormatSizeFlags = C.G_FORMAT_SIZE_DEFAULT
495 FORMAT_SIZE_LONG_FORMAT FormatSizeFlags = C.G_FORMAT_SIZE_LONG_FORMAT
496 FORMAT_SIZE_IEC_UNITS FormatSizeFlags = C.G_FORMAT_SIZE_IEC_UNITS
497 FORMAT_SIZE_BITS FormatSizeFlags = C.G_FORMAT_SIZE_BITS
501 func FormatSizeFull(size uint64, flags FormatSizeFlags) string { argument
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go491 type FormatSizeFlags int type
494 FORMAT_SIZE_DEFAULT FormatSizeFlags = C.G_FORMAT_SIZE_DEFAULT
495 FORMAT_SIZE_LONG_FORMAT FormatSizeFlags = C.G_FORMAT_SIZE_LONG_FORMAT
496 FORMAT_SIZE_IEC_UNITS FormatSizeFlags = C.G_FORMAT_SIZE_IEC_UNITS
497 FORMAT_SIZE_BITS FormatSizeFlags = C.G_FORMAT_SIZE_BITS
501 func FormatSizeFull(size uint64, flags FormatSizeFlags) string { argument

123