Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/qi/numeric/
Dbool_policies.hpp27 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
Dbool.hpp133 return (allow_true && p.parse_true(first, last, attr)) || in parse()
/third_party/boost/boost/spirit/home/x3/numeric/
Dbool.hpp35 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()
Dbool_policies.hpp24parse_true(Iterator& first, Iterator const& last, Attribute& attr_, CaseCompare const& case_compar… in parse_true() function
/third_party/boost/libs/spirit/example/support/utree/
Dsexpr_parser.hpp48 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/
Dnumeric.qbk1004 [[`BP::parse_true(f, l, attr)`] [Parse a `true` value.]]