Searched refs:parse_true (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/spirit/home/qi/numeric/ |
D | bool_policies.hpp | 27 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true() function 56 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true() function
|
D | bool.hpp | 133 return (allow_true && p.parse_true(first, last, attr)) || in parse()
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | bool.hpp | 35 return policies.parse_true(first, last, attr, get_case_compare<encoding>(context)) in parse() 76 … return (n_ && policies.parse_true(first, last, attr, get_case_compare<encoding>(context))) in parse_main()
|
D | bool_policies.hpp | 24 …parse_true(Iterator& first, Iterator const& last, Attribute& attr_, CaseCompare const& case_compar… in parse_true() function
|
/third_party/boost/libs/spirit/example/support/utree/ |
D | sexpr_parser.hpp | 48 parse_true(Iterator& first, Iterator const& last, Attribute& attr) in parse_true() function 59 return bool_policies<bool>::parse_true(first, last, attr); in parse_true()
|
/third_party/boost/libs/spirit/doc/qi/ |
D | numeric.qbk | 1004 [[`BP::parse_true(f, l, attr)`] [Parse a `true` value.]]
|