Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/numeric/
Duint.hpp24 struct uint_parser : parser<uint_parser<T, Radix, MinDigits, MaxDigits>> struct
31 typedef T attribute_type;
32 static bool const has_attribute = true;
35 bool parse(Iterator& first, Iterator const& last in parse()
/third_party/boost/boost/spirit/home/classic/core/primitives/
Dnumerics.hpp35 struct uint_parser : parser<uint_parser<T, Radix, MinDigits, MaxDigits> > struct
37 typedef uint_parser<T, Radix, MinDigits, MaxDigits> self_t;
40 struct result
47 parse(ScannerT const& scan) const in parse()
/third_party/boost/boost/spirit/home/qi/numeric/
Duint.hpp33 struct uint_parser struct
46 struct uint_parser struct