Home
last modified time | relevance | path

Searched refs:optional_value (Results 1 – 14 of 14) 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
541 struct optional_value<boost::optional<T> > struct
547 struct optional_value<boost::optional<T> const> struct
553 struct optional_value<unused_type> struct
559 struct optional_value<unused_type const> struct
Dadapt_adt_attributes.hpp235 typedef typename result_of::optional_value<
244 return optional_value(val.get()); in call()
407 struct optional_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
408 : result_of::optional_value<
Dattributes_fwd.hpp34 struct optional_value;
/third_party/boost/boost/spirit/home/qi/operator/
Doptional.hpp70 typename spirit::result_of::optional_value<Attribute>::type val = in parse_impl()
71 typename spirit::result_of::optional_value<Attribute>::type(); in parse_impl()
97 typedef typename spirit::result_of::optional_value<Attribute>::type in parse()
/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
69 nfp::keyword<struct optional_value_t> optional_value;
Dparameter.hpp143 , p_has_optional_value( m.has( optional_value ) ) in basic_param()
319 BOOST_TEST_I_ASSRT( !m.has( optional_value ) || !this->p_repeatable, in parameter()
358 …: basic_param( name, true, false, nfp::opt_append( nfp::opt_append( m, optional_value = true), def… in option()
359 …, m_arg_factory( nfp::opt_append( nfp::opt_append( m, optional_value = true), default_value = fals… in option()
Dargument_factory.hpp177 , m_optional_value( nfp::opt_get( m, optional_value, ValueType() ) ) in argument_factory()
/third_party/boost/boost/spirit/home/x3/operator/
Doptional.hpp51 x3::traits::optional_value<Attribute>::type in parse_subject()
/third_party/boost/boost/spirit/home/karma/operator/
Doptional.hpp70 subject.generate(sink, ctx, d, traits::optional_value(attr)); in generate()
/third_party/boost/boost/spirit/home/karma/detail/
Dalternative_function.hpp126 traits::optional_value(attr); in call()
/third_party/boost/boost/test/impl/
Dunit_test_parameters.ipp212 rt::optional_value = 1L,
231 rt::optional_value = OF_CLF,
417 rt::optional_value = 1U,
620 rt::optional_value = std::string(),
/third_party/boost/libs/test/test/utils-ts/
Druntime-param-test.cpp230 rt::parameter<int> p7( "P7", rt::optional_value = 1); in BOOST_AUTO_TEST_CASE()
235 …BOOST_CHECK_THROW( (rt::parameter<int,rt::REPEATABLE_PARAM>( "P", rt::optional_value = std::vector… in BOOST_AUTO_TEST_CASE()
560 rt::parameter<int> p1( "P1", rt::optional_value = 5 ); in BOOST_AUTO_TEST_CASE()
/third_party/protobuf/src/google/protobuf/
Dtest_messages_proto3.proto234 google.protobuf.Value optional_value = 306; field