Home
last modified time | relevance | path

Searched refs:WEnum (Results 1 – 20 of 20) sorted by relevance

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/
H A Dprotocol.rs238 pub enum WEnum<T> { enum
260 impl<T> WEnum<T> { impl
270 WEnum::Value(v) => Ok(v), in into_result()
277 fn from(me: WEnum<T>) -> Self { in from()
284 fn from(v: u32) -> WEnum<T> { in from()
286 Ok(t) => WEnum::Value(t), in from()
287 Err(_) => WEnum::Unknown(v), in from()
292 impl<T: Into<u32>> From<WEnum<T>> for u32 {
294 fn from(enu: WEnum<T>) -> u32 { in from()
296 WEnum::Unknown(u) => u, in from()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/
H A DCHANGELOG.md19 - Introduce `WEnum::into_result` as a convenience method.
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-scanner-0.30.0-alpha5/tests/scanner_assets/
H A Dtest-client-code.rs5 protocol::{same_interface, Argument, Interface, Message, WEnum},
219 protocol::{same_interface, Argument, Interface, Message, WEnum},
379 protocol::{same_interface, Argument, Interface, Message, WEnum},
471 protocol::{same_interface, Argument, Interface, Message, WEnum},
821 protocol::{same_interface, Argument, Interface, Message, WEnum},
914 protocol::{same_interface, Argument, Interface, Message, WEnum},
1007 protocol::{same_interface, Argument, Interface, Message, WEnum},
H A Dtest-server-code.rs5 protocol::{same_interface, Argument, Interface, Message, WEnum},
107 protocol::{same_interface, Argument, Interface, Message, WEnum},
455 protocol::{same_interface, Argument, Interface, Message, WEnum},
550 protocol::{same_interface, Argument, Interface, Message, WEnum},
645 protocol::{same_interface, Argument, Interface, Message, WEnum},
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-client-0.30.0-alpha5/src/
H A Dlib.rs24 pub use wayland_backend::protocol::WEnum;
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-scanner-0.30.0-alpha5/src/
H A Dserver_gen.rs52 …backend::{smallvec, ObjectData, ObjectId, InvalidId, protocol::{WEnum, Argument, Message, Interfac… in generate_objects_for()
192 Some(quote! { #arg_name: WEnum::Value(#arg_name) }) in gen_methods()
H A Dclient_gen.rs47 …backend::{smallvec, ObjectData, ObjectId, InvalidId, protocol::{WEnum, Argument, Message, Interfac… in generate_objects_for()
174 Some(quote! { #arg_name: WEnum::Value(#arg_name) }) in gen_methods()
H A Dcommon.rs177 quote! { WEnum<#enum_type> } in gen_message_enum()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-client-0.30.0-alpha5/examples/
H A Dsimple_window.rs8 Connection, ConnectionHandle, Dispatch, QueueHandle, WEnum,
294 if let wl_seat::Event::Capabilities { capabilities: WEnum::Value(capabilities) } = event { in event()
/dports/cad/yosys/yosys-yosys-0.12/misc/
H A Dpy_wrap_generator.py1041 class WEnum: class
1053 enum = WEnum()
2050 candidate = WEnum.from_string(ugly_line, concat_namespace(namespaces), i)
2097 candidate = WEnum.from_string(line, concat_namespace(namespaces), i)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dutf.d3974 enum WEnum : wstring { a = "test.d"w }
3976 auto orig = WEnum.a;
3978 static assert(!is(typeof(bcu) == WEnum));
3979 static if (isAutodecodableString!WEnum)
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dutf.d3640 enum WEnum : wstring { a = "test.d"w } enum
3642 auto orig = WEnum.a;
3644 static assert(!is(typeof(bcu) == WEnum));