Home
last modified time | relevance | path

Searched defs:to_option (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-2.14.0/src/reflect/
H A Doptional.rs8 fn to_option(&self) -> Option<&ProtobufValue>; in to_option() method
14 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
27 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
40 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-2.25.2/src/reflect/
H A Doptional.rs8 fn to_option(&self) -> Option<&dyn ProtobufValue>; in to_option() method
14 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method
27 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method
40 fn to_option(&self) -> Option<&dyn ProtobufValue> { in to_option() method
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddesignated-initializers.cpp10 static void Test() { SubFoo sf = {.bar1 = 10, .bar2 = 20}; } // Expected no warning in set_value()
14 Foo<int>::Test(); in to_option()
29 void bar() {
41 struct foo { in to_option()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-2.10.0/src/reflect/
H A Doptional.rs8 fn to_option(&self) -> Option<&ProtobufValue>; in to_option() method
14 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
27 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
40 fn to_option(&self) -> Option<&ProtobufValue> { in to_option() method
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/infinite/
H A Dinfinite-instantiation.rs5 fn to_option(&self) -> Option<Self>; in to_option() method
9 fn to_option(&self) -> Option<usize> { in to_option() method
15 fn to_option(&self) -> Option<Option<T>> { in to_option() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dexpectation.rs95 pub(super) fn to_option(self, fcx: &FnCtxt<'a, 'tcx>) -> Option<Ty<'tcx>> { in to_option() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dvertex.rs49 pub fn to_option(&self) -> Vertex<Option<ChangeId>> { in to_option() method
255 pub fn to_option(&self) -> Position<Option<ChangeId>> { in to_option() method
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/stream/
H A Dstreamprocess.py94 def to_option(key): function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dmodel.rs424 pub fn to_option(&self) -> Option<Au> { in to_option() method
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlcollection.rs35 fn to_option(self) -> Option<u32> { in to_option() method
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/src/
H A Dproducer.rs312 fn to_option(data: &[u8]) -> Option<&[u8]> { in to_option() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/
H A Dapplesmc.c95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/
H A Dapplesmc.c95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/
H A Dapplesmc.c95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dinfer.rs878 fn to_option(&self, table: &mut unify::InferenceTable) -> Option<Ty> { in to_option() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dinfer.rs880 fn to_option(&self, table: &mut unify::InferenceTable) -> Option<Ty> { in to_option() method