/third_party/boost/boost/spirit/home/qi/numeric/ |
D | bool_policies.hpp | 29 if (detail::string_parse("true", first, last, unused)) in parse_true() 41 if (detail::string_parse("false", first, last, unused)) in parse_false() 58 if (detail::string_parse("true", "TRUE", first, last, unused)) in parse_true() 70 if (detail::string_parse("false", "FALSE", first, last, unused)) in parse_false()
|
D | real_policies.hpp | 164 if (detail::string_parse("nan", "NAN", first, last, unused)) in parse_nan() 195 if (detail::string_parse("inf", "INF", first, last, unused)) in parse_inf() 198 detail::string_parse("inity", "INITY", first, last, unused); in parse_inf()
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | string_parse.hpp | 19 inline bool string_parse( in string_parse() function 39 inline bool string_parse( in string_parse() function 56 inline bool string_parse( in string_parse() function 71 inline bool string_parse( in string_parse() function
|
/third_party/boost/boost/spirit/home/x3/string/detail/ |
D | string_parse.hpp | 15 inline bool string_parse( in string_parse() function 35 inline bool string_parse( in string_parse() function 52 inline bool string_parse( in string_parse() function 67 inline bool string_parse( in string_parse() function
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | real_policies.hpp | 100 if (detail::string_parse("nan", "NAN", first, last, unused)) in parse_nan() 131 if (detail::string_parse("inf", "INF", first, last, unused)) in parse_inf() 134 detail::string_parse("inity", "INITY", first, last, unused); in parse_inf()
|
D | bool_policies.hpp | 26 if (detail::string_parse("true", first, last, unused, case_compare)) in parse_true() 38 if (detail::string_parse("false", first, last, unused, case_compare)) in parse_false()
|
/third_party/boost/libs/spirit/example/support/utree/ |
D | sexpr_parser.hpp | 50 using boost::spirit::qi::detail::string_parse; in parse_true() 54 if (string_parse("#t", first, last, unused)) in parse_true() 66 using boost::spirit::qi::detail::string_parse; in parse_false() 70 if (string_parse("#f", first, last, unused)) in parse_false()
|
/third_party/iptables/extensions/ |
D | libxt_string.c | 170 static void string_parse(struct xt_option_call *cb) in string_parse() function 315 .x6_parse = string_parse, 330 .x6_parse = string_parse,
|
/third_party/boost/libs/spirit/test/qi/ |
D | bool.hpp | 30 if (qi::detail::string_parse("eurt", first, last, qi::unused)) in parse_false()
|
/third_party/boost/libs/spirit/test/x3/ |
D | bool.hpp | 25 if (x3::detail::string_parse("eurt", first, last, x3::unused, case_compare)) in parse_false()
|
/third_party/boost/boost/spirit/home/qi/string/ |
D | lit.hpp | 110 return detail::string_parse(str, first, last, attr_); in parse() 168 return detail::string_parse(str_lo, str_hi, first, last, attr_); in parse()
|
/third_party/boost/boost/spirit/home/x3/string/ |
D | literal_string.hpp | 46 … return detail::string_parse(str, first, last, attr, get_case_compare<encoding>(context)); in parse()
|
/third_party/glib/glib/ |
D | gvariant-parser.c | 1606 string_parse (TokenStream *stream, in string_parse() function 2368 result = string_parse (stream, app, error); in parse()
|
/third_party/boost/libs/spirit/example/qi/ |
D | reference.cpp | 200 if (qi::detail::string_parse("eurt", first, last, qi::unused)) in parse_false()
|
/third_party/boost/libs/spirit/doc/qi/ |
D | numeric.qbk | 1028 if (qi::detail::string_parse("eurt", first, last, qi::unused))
|