Home
last modified time | relevance | path

Searched defs:real_parser (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/x3/numeric/
Dreal.hpp18 struct real_parser : parser<real_parser<T, RealPolicies> > struct
20 typedef T attribute_type;
21 static bool const has_attribute = true;
23 constexpr real_parser() in real_parser() function
26 constexpr real_parser(RealPolicies const& policies) in real_parser() function
30 bool parse(Iterator& first, Iterator const& last in parse()
38 bool parse(Iterator& first, Iterator const& last in parse()
51 RealPolicies policies;
/third_party/boost/boost/spirit/home/qi/numeric/
Dreal.hpp38 struct real_parser struct
41 typedef tag::stateful_tag<Policies, tag::double_, T> tag_type;
43 real_parser() {} in real_parser() function
44 real_parser(Policies const& p) in real_parser() function
/third_party/boost/boost/spirit/home/classic/core/primitives/
Dnumerics.hpp227 struct real_parser struct
230 typedef real_parser<T, RealPoliciesT> self_t;
233 struct result
238 real_parser() {} in real_parser() function
242 parse(ScannerT const& scan) const in parse()