Searched refs:BoxedUint32 (Results 1 – 1 of 1) sorted by relevance
22 class BoxedUint3225 BoxedUint32() : mValue{0} {} in BoxedUint32() function26 explicit BoxedUint32(uint32_t value) : mValue{value} {} in BoxedUint32() function32 BoxedUint32(const BoxedUint32 &other) = default;33 BoxedUint32 &operator=(const BoxedUint32 &other) = default;35 bool operator==(const BoxedUint32 &other) const { return mValue.value == other.mValue.value; }52 using IdRef = BoxedUint32<IdRefHelper>;55 inline BoxedUint32<IdRefHelper>::operator uint32_t() const in uint32_t()67 using LiteralInteger = BoxedUint32<LiteralIntegerHelper>;