Home
last modified time | relevance | path

Searched defs:optional (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Doptional.hpp40 struct optional : unary_parser<optional<Subject> > struct
42 typedef Subject subject_type;
45 struct attribute
58 optional(Subject const& subject_) in optional() function
63 bool parse_impl(Iterator& first, Iterator const& last in parse_impl()
81 bool parse_impl(Iterator& first, Iterator const& last in parse_impl()
91 bool parse(Iterator& first, Iterator const& last in parse()
103 info what(Context& context) const in what()
108 Subject subject;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp114 class optional<T&> : public optional_detail::optional_tag class
126 optional() BOOST_NOEXCEPT : ptr_() {} in optional() function in boost::optional
127 optional(none_t) BOOST_NOEXCEPT : ptr_() {} in optional() function in boost::optional
130 explicit optional(const optional<U&>& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional() function in boost::optional
131 optional(const optional& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional() function in boost::optional
135 …explicit optional(U& rhs, BOOST_DEDUCED_TYPENAME boost::enable_if_c<detail::is_same_decayed<T, U>:… in optional() function in boost::optional
139optional(U& rhs, BOOST_DEDUCED_TYPENAME boost::enable_if_c<detail::is_same_decayed<T, U>::value &&… in optional() function in boost::optional
165 optional(T&& /* rhs */) BOOST_NOEXCEPT { detail::prevent_binding_rvalue<T&&>(); } in optional() function in boost::optional
168optional(R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::no_unboxing_cond<T, R> >::type* = … in optional() function in boost::optional
172optional(bool cond, R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<R> >::ty… in optional() function in boost::optional
[all …]
H A Dold_optional_implementation.hpp646 class optional : public optional_detail::optional_base<T> class
667 optional() BOOST_NOEXCEPT : base() {} in optional() function in boost::optional
671 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() function in boost::optional
675 optional ( argument_type val ) : base(val) {} in optional() function in boost::optional
680 optional ( rval_reference_type val ) : base( boost::forward<T>(val) ) in optional() function in boost::optional
686 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() function in boost::optional
694 explicit optional ( optional<U> const& rhs ) in optional() function in boost::optional
707 explicit optional ( optional<U> && rhs ) in optional() function in boost::optional
730 explicit optional ( Expr&& expr, in optional() function in boost::optional
740 explicit optional ( Expr const& expr ) : base(expr,boost::addressof(expr)) {} in optional() function in boost::optional
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp771 class optional : public optional_detail::optional_base<T> class
792 optional() BOOST_NOEXCEPT : base() {} in optional() function in boost::optional
796 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() function in boost::optional
800 optional ( argument_type val ) : base(val) {} in optional() function in boost::optional
805 optional ( rval_reference_type val ) : base( boost::forward<T>(val) ) in optional() function in boost::optional
811 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() function in boost::optional
819 explicit optional ( optional<U> const& rhs in optional() function in boost::optional
836 explicit optional ( optional<U> && rhs in optional() function in boost::optional
863 explicit optional ( Expr&& expr, in optional() function in boost::optional
871 explicit optional ( Expr const& expr ) : base(expr,boost::addressof(expr)) {} in optional() function in boost::optional
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Doptional.hpp15 class optional class
28 optional(optional const& rhs) in optional() function in mapbox::util::optional
36 optional(T const& v) { variant_ = v; } in optional() function in mapbox::util::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Doptional.hpp47 class optional { class
50 optional() : initialized_(false) { } in optional() function in boost::iostreams::detail::optional
51 optional(const T& t) : initialized_(false) { reset(t); } in optional() function in boost::iostreams::detail::optional
/OK3568_Linux_fs/kernel/include/linux/
H A Dreset.h77 static inline int __device_reset(struct device *dev, bool optional) in __device_reset()
85 bool optional, bool acquired) in __of_reset_control_get()
92 int index, bool shared, bool optional, in __reset_control_get()
100 int index, bool shared, bool optional, in __devm_reset_control_get()
107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dcore.c607 bool optional, bool acquired) in __of_reset_control_get()
690 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup()
732 int index, bool shared, bool optional, in __reset_control_get()
785 bool optional, bool acquired) in __devm_reset_control_get()
817 int __device_reset(struct device *dev, bool optional) in __device_reset()
873 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
926 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Doptional.hpp8 using optional = std::experimental::optional<T>; typedef
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c65 WindowOptRec optional = {0}; in xtest_init_devices() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/
H A Dcsscolorparser.hpp35 using optional = std::experimental::optional<T>; typedef
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.gperf29 optional, T_OPTIONAL, TF_COMMAND keyword
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-bulk.c82 struct clk_bulk_data *clks, bool optional) in __clk_bulk_get()
H A Dclk-devres.c56 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.py114 def optional(self): member in Event
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-mini2440.c639 struct platform_device *optional[8]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp99 using optional = std::experimental::optional<T>; typedef
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_metrics.c779 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr()
806 unsigned int *hash, int optional) in parse_nl_addr()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_bus.c414 const char *prop, bool optional) in rmi_of_property_read_u32()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp17 using optional = std::experimental::optional<T>; typedef
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.h72 struct vidtv_pes_optional optional[]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dreload.h141 unsigned int optional:1; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c1173 u8 optional:1; in mscc_ocelot_probe() member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dreload.h141 unsigned int optional:1; member
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-brcm-usb.c336 bool optional) in brcm_usb_get_regs()

123