Home
last modified time | relevance | path

Searched defs:optional_value (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/traits/
Doptional_traits.hpp58 struct optional_value : mpl::identity<T> {}; struct
61 struct optional_value<boost::optional<T> > struct
65 struct optional_value<unused_type> struct
69 struct optional_value<unused_type const> struct
/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp260 optional_value(T const& val) in optional_value() function
265 inline unused_type optional_value(unused_type) in optional_value() function
535 struct optional_value struct
537 typedef T type;
541 struct optional_value<boost::optional<T> > struct
543 typedef T type;
547 struct optional_value<boost::optional<T> const> struct
549 typedef T const type;
553 struct optional_value<unused_type> struct
555 typedef unused_type type;
[all …]
Dadapt_adt_attributes.hpp407 struct optional_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
/third_party/boost/boost/test/utils/runtime/
Dmodifier.hpp52 auto const& optional_value = unit_test::static_constant<nfp::keyword<struct optional_value_t>>::va… variable
/third_party/protobuf/src/google/protobuf/
Dtest_messages_proto3.proto234 google.protobuf.Value optional_value = 306; field