Searched defs:BoxedUint32 (Results 1 – 1 of 1) sorted by relevance
25 BoxedUint32() : mValue{0} {} in BoxedUint32() function26 explicit BoxedUint32(uint32_t value) : mValue{value} {} in BoxedUint32() function