Searched refs:bool_policies (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/boost/spirit/home/qi/numeric/ |
D | bool.hpp | 32 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 …]
|
D | bool_policies.hpp | 23 struct bool_policies struct
|
/third_party/boost/boost/spirit/home/karma/numeric/ |
D | bool.hpp | 40 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
|
D | bool_policies.hpp | 43 struct bool_policies struct
|
/third_party/boost/boost/spirit/home/karma/numeric/detail/ |
D | bool_utils.hpp | 30 struct bool_policies; 33 , typename Policies = bool_policies<T>
|
/third_party/boost/libs/spirit/example/support/utree/ |
D | sexpr_parser.hpp | 51 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()
|
D | sexpr_generator.hpp | 41 struct bool_output_policies : karma::bool_policies<>
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | bool.hpp | 17 template <typename T, typename Encoding, typename BoolPolicies = bool_policies<T>> 56 template <typename T, typename Encoding, typename BoolPolicies = bool_policies<T>>
|
D | bool_policies.hpp | 20 struct bool_policies struct
|
/third_party/boost/libs/spirit/test/karma/ |
D | bool.cpp | 27 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/ |
D | bool.hpp | 21 struct backwards_bool_policies : boost::spirit::qi::bool_policies<>
|
/third_party/boost/libs/spirit/test/x3/ |
D | bool.hpp | 16 struct backwards_bool_policies : boost::spirit::x3::bool_policies<>
|
/third_party/boost/libs/spirit/doc/qi/ |
D | numeric.qbk | 872 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/ |
D | index.idx | 205 bool_policies "" ".*qi.reference.numeric\..*" qi_index 209 bool_policies "" ".*karma.reference.numeric\..*" karma_index
|
/third_party/boost/libs/spirit/example/qi/ |
D | reference.cpp | 192 struct backwards_bool_policies : boost::spirit::qi::bool_policies<>
|
/third_party/boost/libs/spirit/doc/karma/ |
D | numeric.qbk | 1125 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<>
|