Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/test/x3/
Duint.hpp42 struct custom_uint struct
45 custom_uint() : n(0) {} in custom_uint() function
46 explicit custom_uint(unsigned n_) : n(n_) {} in custom_uint() function
47 custom_uint& operator=(unsigned n_) { n = n_; return *this; } in operator =() argument
/third_party/boost/libs/spirit/test/qi/
Duint.hpp47 struct custom_uint struct
50 custom_uint() : n(0) {} in custom_uint() argument
51 explicit custom_uint(unsigned n_) : n(n_) {} in custom_uint() argument
52 custom_uint& operator=(unsigned n_) { n = n_; return *this; } in operator =() argument