Home
last modified time | relevance | path

Searched refs:bool_policies (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/spirit/home/qi/numeric/
Dbool.hpp32 struct bool_policies;
37 template <typename T, typename BoolPolicies = bool_policies<T> >
142 template <typename T, typename BoolPolicies = bool_policies<T> >
170 template <typename T, typename BoolPolicies = bool_policies<T>
207 , typename Policies = bool_policies<T> >
216 , is_same<bool_policies<T>, Policies>
229 , typename Policies = bool_policies<T> >
238 , is_same<bool_policies<T>, Policies>
252 , typename Policies = bool_policies<T> >
261 , is_same<bool_policies<T>, Policies>
[all …]
Dbool_policies.hpp23 struct bool_policies struct
/third_party/boost/boost/spirit/home/karma/numeric/
Dbool.hpp40 struct bool_policies;
45 template <typename T = bool, typename Policies = bool_policies<T> >
253 , typename Policies = bool_policies<T> >
291 , bool_policies<>, false
324 , typename Policies = bool_policies<T> >
381 , bool_policies<>, true
413 , bool_policies<>, true
Dbool_policies.hpp43 struct bool_policies struct
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dbool_utils.hpp30 struct bool_policies;
33 , typename Policies = bool_policies<T>
/third_party/boost/libs/spirit/example/support/utree/
Dsexpr_parser.hpp51 using boost::spirit::qi::bool_policies; in parse_true()
59 return bool_policies<bool>::parse_true(first, last, attr); in parse_true()
67 using boost::spirit::qi::bool_policies; in parse_false()
75 return bool_policies<bool>::parse_false(first, last, attr); in parse_false()
Dsexpr_generator.hpp41 struct bool_output_policies : karma::bool_policies<>
/third_party/boost/boost/spirit/home/x3/numeric/
Dbool.hpp17 template <typename T, typename Encoding, typename BoolPolicies = bool_policies<T>>
56 template <typename T, typename Encoding, typename BoolPolicies = bool_policies<T>>
Dbool_policies.hpp20 struct bool_policies struct
/third_party/boost/libs/spirit/test/karma/
Dbool.cpp27 struct special_bool_policy : boost::spirit::karma::bool_policies<>
56 struct test_bool_policy : boost::spirit::karma::bool_policies<>
/third_party/boost/libs/spirit/test/qi/
Dbool.hpp21 struct backwards_bool_policies : boost::spirit::qi::bool_policies<>
/third_party/boost/libs/spirit/test/x3/
Dbool.hpp16 struct backwards_bool_policies : boost::spirit::x3::bool_policies<>
/third_party/boost/libs/spirit/doc/qi/
Dnumeric.qbk872 parser's behavior.] [`bool_policies<B>`]]
904 [Parse a boolean using the default policies (`bool_policies<T>`).]
910 [Match the literal `boolean` using the default policies (`bool_policies<T>`).
992 The default is `bool_policies<bool>`. The default is provided to take care
1015 new type from the type `bool_policies` while overriding the aspects
1020 struct backwards_bool_policies : qi::bool_policies<>
/third_party/boost/libs/spirit/doc/
Dindex.idx205 bool_policies "" ".*qi.reference.numeric\..*" qi_index
209 bool_policies "" ".*karma.reference.numeric\..*" karma_index
/third_party/boost/libs/spirit/example/qi/
Dreference.cpp192 struct backwards_bool_policies : boost::spirit::qi::bool_policies<>
/third_party/boost/libs/spirit/doc/karma/
Dnumeric.qbk1125 converting the boolean.] [`bool_policies<B>`]]
1247 the policy class `bool_policies<B>` and use it as a template
1250 struct special_bool_policy : karma::bool_policies<>