Searched refs:BitStructField (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | bit_struct.h | 111 struct BitStructField { struct 125 BitStructField& operator=(T value) { argument 133 BitStructField& operator=(const BitStructField& other) { argument 138 BitStructField(const BitStructField& other) { in BitStructField() function 142 BitStructField() = default; 143 ~BitStructField() = default; 151 static_assert(std::is_base_of<BitStructField, T2>::value, "T2 must inherit BitStructField"); in Assign() argument 206 struct BitStructNumber : public BitStructField<T, kBitOffset, kBitWidth, /*StorageType*/T> { argument 240 using BaseType = BitStructField<T, kBitOffset, kBitWidth, /*StorageType*/T>;
|
D | bit_struct_test.cc | 76 BitStructField<CustomBitStruct, /*lsb=*/4, /*width=*/4> f{}; in TEST() 89 BitStructField<CustomBitStruct, /*lsb=*/0, /*width=*/4> f4_a; 90 BitStructField<CustomBitStruct, /*lsb=*/4, /*width=*/4> f4_b; 287 BitStructField<MixedSizeBitStruct, /*lsb=*/0> mixed_lower; 288 BitStructField<MixedSizeBitStruct, /*lsb=*/32> mixed_upper;
|
/art/runtime/ |
D | subtype_check_bits_and_status.h | 71 BitStructField<SubtypeCheckBits, /*lsb=*/ 0> subtype_check_info_; 72 BitStructField<ClassStatus,
|
D | subtype_check_bits.h | 60 BitStructField<BitString, /*lsb=*/ 0> bitstring_;
|