/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | optional_traits.hpp | 58 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/ |
D | container.hpp | 260 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
|
D | adapt_adt_attributes.hpp | 235 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<
|
D | attributes_fwd.hpp | 34 struct optional_value;
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | optional.hpp | 70 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/ |
D | modifier.hpp | 52 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;
|
D | parameter.hpp | 143 , 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()
|
D | argument_factory.hpp | 177 , m_optional_value( nfp::opt_get( m, optional_value, ValueType() ) ) in argument_factory()
|
/third_party/boost/boost/spirit/home/x3/operator/ |
D | optional.hpp | 51 x3::traits::optional_value<Attribute>::type in parse_subject()
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | optional.hpp | 70 subject.generate(sink, ctx, d, traits::optional_value(attr)); in generate()
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | alternative_function.hpp | 126 traits::optional_value(attr); in call()
|
/third_party/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 212 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/ |
D | runtime-param-test.cpp | 230 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/ |
D | test_messages_proto3.proto | 234 google.protobuf.Value optional_value = 306; field
|