Home
last modified time | relevance | path

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

123456

/third_party/boost/boost/spirit/home/karma/operator/
Doptional.hpp45 struct optional : unary_generator<optional<Subject> > struct
47 typedef Subject subject_type;
48 typedef typename subject_type::properties properties;
54 struct attribute
60 optional(Subject const& subject) in optional() argument
66 bool generate(OutputIterator& sink, Context& ctx in generate()
75 info what(Context& context) const in what()
80 Subject subject;
/third_party/boost/boost/spirit/home/qi/operator/
Doptional.hpp42 struct optional : unary_parser<optional<Subject> > struct
44 typedef Subject subject_type;
47 struct attribute
60 optional(Subject const& subject_) in optional() argument
65 bool parse_impl(Iterator& first, Iterator const& last in parse_impl()
83 bool parse_impl(Iterator& first, Iterator const& last in parse_impl()
93 bool parse(Iterator& first, Iterator const& last in parse()
105 info what(Context& context) const in what()
110 Subject subject;
/third_party/boost/boost/spirit/home/classic/core/composite/
Doptional.hpp38 struct optional struct
41 typedef optional<S> self_t;
42 typedef unary_parser_category parser_category_t;
43 typedef optional_parser_gen parser_generator_t;
44 typedef unary<S, parser<self_t> > base_t;
46 optional(S const& a) in optional() argument
51 parse(ScannerT const& scan) const in parse()
/third_party/boost/boost/spirit/home/x3/operator/
Doptional.hpp21 struct optional : proxy<Subject, optional<Subject>> struct
23 typedef proxy<Subject, optional<Subject>> base_type;
24 static bool const handles_container = true;
26 constexpr optional(Subject const& subject) in optional() function
34 bool parse_subject(Iterator& first, Iterator const& last in parse_subject()
46 bool parse_subject(Iterator& first, Iterator const& last in parse_subject()
/third_party/abseil-cpp/absl/types/
Doptional.h133 constexpr optional() noexcept {} in optional() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() function
152 constexpr explicit optional(InPlaceT, Args&&... args) in optional() function
162 constexpr explicit optional(in_place_t, std::initializer_list<U> il, in optional() function
178 constexpr optional(U&& v) : data_base(in_place_t(), absl::forward<U>(v)) {} in optional() function
191 explicit constexpr optional(U&& v) in optional() function
205 optional(const optional<U>& rhs) { in optional() function
222 explicit optional(const optional<U>& rhs) { in optional() function
239 optional(optional<U>&& rhs) { in optional() function
256 explicit optional(optional<U>&& rhs) { in optional() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional.h133 constexpr optional() noexcept {} in optional() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() function
152 constexpr explicit optional(InPlaceT, Args&&... args) in optional() function
162 constexpr explicit optional(in_place_t, std::initializer_list<U> il, in optional() function
178 constexpr optional(U&& v) : data_base(in_place_t(), absl::forward<U>(v)) {} in optional() function
191 explicit constexpr optional(U&& v) in optional() function
205 optional(const optional<U>& rhs) { in optional() function
222 explicit optional(const optional<U>& rhs) { in optional() function
239 optional(optional<U>&& rhs) { in optional() function
256 explicit optional(optional<U>&& rhs) { in optional() function
/third_party/skia/include/private/
DSkTOptional.h36 optional(const T& value) in optional() function
41 optional(T&& value) in optional() function
46 optional() {} in optional() function
48 optional(const optional& other) { in optional() function
53 optional(nullopt_t) : optional() {} in optional() function
57 optional(optional& other) { in optional() function
61 optional(optional&& other) { in optional() function
66 optional(Args&&... args) { in optional() function
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dnull.js4 {ID: 1, optional: null}, property
5 {ID: 2, optional: null}, property
6 {ID: 3, optional: 20}, property
7 {ID: 4, optional: null}, property
8 {ID: 5, optional: 'hello'}, property
9 {ID: 6, optional: null} property
/third_party/boost/boost/hana/
Doptional.hpp57 struct optional<T> : detail::operators::adl<>, detail::nested_type<T> { struct
63 constexpr optional(T const& t) in optional() argument
67 constexpr optional(T&& t) in optional() argument
76 constexpr T const* operator->() const { return &value_; } in operator ->()
77 constexpr T* operator->() { return &value_; } in operator ->()
101 constexpr auto optional<>::value() const { in value() argument
/third_party/boost/libs/hana/include/boost/hana/
Doptional.hpp57 struct optional<T> : detail::operators::adl<>, detail::nested_type<T> { struct
63 constexpr optional(T const& t) in optional() function
67 constexpr optional(T&& t) in optional() argument
76 constexpr T const* operator->() const { return &value_; } in operator ->()
77 constexpr T* operator->() { return &value_; } in operator ->()
101 constexpr auto optional<>::value() const { in value() argument
/third_party/boost/boost/hana/fwd/
Doptional.hpp136 struct optional { struct
161 constexpr optional(T const& t) in optional() function
167 constexpr optional(T&& t) in optional() function
346 struct optional<> : detail::operators::adl<optional<>> { struct
369 constexpr optional<> nothing{}; argument
/third_party/boost/libs/hana/include/boost/hana/fwd/
Doptional.hpp136 struct optional { struct
161 constexpr optional(T const& t) in optional() argument
167 constexpr optional(T&& t) in optional() argument
346 struct optional<> : detail::operators::adl<optional<>> { struct
369 constexpr optional<> nothing{}; argument
/third_party/boost/boost/metaparse/v1/
Doptional.hpp21 struct optional struct
23 typedef optional type;
26 struct apply :
/third_party/boost/boost/parameter/
Doptional.hpp28 struct optional struct
30 typedef Tag key_type;
31 typedef Predicate predicate;
/third_party/boost/boost/optional/detail/
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
184 optional(T&& /* rhs */) BOOST_NOEXCEPT { detail::prevent_binding_rvalue<T&&>(); } in optional() function in boost::optional
187optional(R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::no_unboxing_cond<T, R>, bool>::typ… in optional() function in boost::optional
191optional(bool cond, R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<R>, bool… in optional() function in boost::optional
[all …]
/third_party/node/deps/npm/test/tap/
Dinstall-dep-classification.js87 optional: Dir({ property
122 optional: true property
126 optional: true property
130 optional: true property
169 optional: true property
173 optional: true property
177 optional: true property
/third_party/boost/boost/optional/
Doptional.hpp850 class optional class
872 optional() BOOST_NOEXCEPT : base() {} in optional() function in boost::optional
876 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() function in boost::optional
880 optional ( argument_type val ) : base(optional_detail::init_value_tag(), val) {} in optional() function in boost::optional
885optional ( rval_reference_type val ) : base(optional_detail::init_value_tag(), boost::forward<T>(v… in optional() function in boost::optional
891 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() function in boost::optional
896 optional ( bool cond, rval_reference_type val ) : base( cond, boost::forward<T>(val) ) in optional() function in boost::optional
906 explicit optional ( optional<U> const& rhs in optional() function in boost::optional
923 explicit optional ( optional<U> && rhs in optional() function in boost::optional
950 explicit optional ( Expr&& expr, in optional() function in boost::optional
[all …]
/third_party/typescript/tests/baselines/reference/
DoptionalProperties01.js9 const foo2 = { required1: "hello", optional: "bar" } as Foo; property
14 var foo2 = { required1: "hello", optional: "bar" }; property
DoptionalPropertyAssignableToStringIndexSignature.js17 let optional: { k1?: T } = undefined!; variable
/third_party/boost/boost/iostreams/detail/
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
/third_party/node/deps/npm/node_modules/yargs/lib/
Dargsert.js15 let parsed = { demanded: [], optional: [] } property
66 function argumentTypeError (observedType, allowedTypes, position, optional) { argument
/third_party/boost/libs/hana/test/issues/
Dgithub_470.cpp13 struct optional { struct
14 T t;
/third_party/boost/libs/optional/
DREADME.md1 optional chapter
/third_party/boost/libs/metaparse/test/
Doptional.cpp20 BOOST_METAPARSE_TEST_CASE(optional) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/typescript/tests/cases/compiler/
DinstanceOfAssignability.ts3 optional?: number; property
13 optional: number; property in Derived2

123456