Home
last modified time | relevance | path

Searched defs:make_uint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/
Duint.hpp373 struct make_uint struct
375 static bool const lower =
377 static bool const upper =
386 > result_type;
388 result_type operator()(unused_type, unused_type) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/
Duint.hpp308 struct make_uint struct
310 typedef any_uint_parser<T, Radix, MinDigits, MaxDigits> result_type;
311 result_type operator()(unused_type, unused_type) const in operator ()()