Home
last modified time | relevance | path

Searched refs:is_weak_substitute (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dattributes.hpp146 : 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 …]
Dattributes_fwd.hpp59 struct is_weak_substitute;
/third_party/boost/boost/spirit/home/qi/detail/
Dpass_container.hpp34 , 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/
Dpass_container.hpp39 , 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/
Dkwd.hpp371 , 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/
Dutree_traits.hpp169 struct is_weak_substitute<utree, utree> struct
179 struct is_weak_substitute<utree::list_type, utree::list_type> struct