Searched refs:is_weak_substitute (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/spirit/home/support/ |
D | attributes.hpp | 146 : is_weak_substitute< 169 , mpl::equal<T, Expected, is_weak_substitute<mpl::_1, mpl::_2> > > 190 struct is_weak_substitute struct 194 struct is_weak_substitute<optional<T>, optional<Expected> > struct 195 : is_weak_substitute<T, Expected> {}; 198 struct is_weak_substitute<optional<T>, Expected> struct 199 : is_weak_substitute<T, Expected> {}; 202 struct is_weak_substitute<T, optional<Expected> > struct 203 : is_weak_substitute<T, Expected> {}; 207 struct is_weak_substitute<boost::variant<T>, Expected> struct [all …]
|
D | attributes_fwd.hpp | 59 struct is_weak_substitute;
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | pass_container.hpp | 34 , typename traits::is_weak_substitute<Attribute, ValueType>::type 36 traits::is_weak_substitute<Attribute, ValueType> 120 traits::is_weak_substitute<Attribute, Container> 121 , traits::is_weak_substitute<AttributeValueType, Container> > 155 traits::is_weak_substitute<Attribute, Container> 156 , traits::is_weak_substitute<Attribute, ValueType> > 193 : mpl::not_<traits::is_weak_substitute<Attribute, ValueType> >
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | pass_container.hpp | 39 , typename traits::is_weak_substitute<Attribute, ValueType>::type 41 traits::is_weak_substitute<Attribute, ValueType> 125 traits::is_weak_substitute<Container, Attribute> 126 , traits::is_weak_substitute<Container, AttributeValueType> > 160 traits::is_weak_substitute<Container, Attribute> 161 , traits::is_weak_substitute<ValueType, Attribute> > 198 : mpl::not_<traits::is_weak_substitute<ValueType, Attribute> >
|
/third_party/boost/boost/spirit/repository/home/qi/directive/ |
D | kwd.hpp | 371 , mpl::not_< traits::is_weak_substitute< subject_attribute,Attribute > > in parse() 394 , mpl::not_< traits::is_weak_substitute< subject_attribute,Attribute > > in parse() 533 , mpl::not_< traits::is_weak_substitute< subject_attribute,Attribute > > in parse() 553 , mpl::not_< traits::is_weak_substitute< subject_attribute,Attribute > > in parse()
|
/third_party/boost/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 169 struct is_weak_substitute<utree, utree> struct 179 struct is_weak_substitute<utree::list_type, utree::list_type> struct
|