Home
last modified time | relevance | path

Searched refs:UIntView (Results 1 – 7 of 7) sorted by relevance

/external/emboss/runtime/cpp/test/
Demboss_prelude_test.cc104 void CheckViewSizeInBits<UIntView, 0>() { in CheckViewSizeInBits()
118 TEST(UIntView, SizeInBits) { CheckViewSizeInBits<UIntView, 64>(); } in TEST() argument
125 using UIntViewN = UIntView<ViewParameters<kBits>, BitBlockN<kBits>>;
127 TEST(UIntView, ValueType) { in TEST() argument
131 UIntView<ViewParameters<8>, BitBlockType>::ValueType>::value)); in TEST()
134 UIntView<ViewParameters<6>, BitBlockType>::ValueType>::value)); in TEST()
137 UIntView<ViewParameters<9>, BitBlockType>::ValueType>::value)); in TEST()
140 UIntView<ViewParameters<16>, BitBlockType>::ValueType>::value)); in TEST()
143 UIntView<ViewParameters<17>, BitBlockType>::ValueType>::value)); in TEST()
146 UIntView<ViewParameters<32>, BitBlockType>::ValueType>::value)); in TEST()
[all …]
Demboss_array_view_test.cc30 using ::emboss::prelude::UIntView;
43 using FixedUIntView = UIntView<FixedSizeViewParameters<kBits, AllValuesAreOk>,
Demboss_memory_util_test.cc32 using ::emboss::prelude::UIntView;
/external/emboss/runtime/cpp/
Demboss_prelude.h145 class UIntView final {
155 explicit UIntView(Args &&...args) : buffer_{::std::forward<Args>(args)...} {} in UIntView() function
156 UIntView() : buffer_() {} in UIntView() function
157 UIntView(const UIntView &) = default;
158 UIntView(UIntView &&) = default;
159 UIntView &operator=(const UIntView &) = default;
160 UIntView &operator=(UIntView &&) = default;
161 ~UIntView() = default;
295 bool Equals(const UIntView<Parameters, OtherBitViewType> &other) const { in Equals()
300 const UIntView<Parameters, OtherBitViewType> &other) const { in UncheckedEquals()
Demboss_array_view.h37 class UIntView; variable
361 const GenericArrayView<prelude::UIntView<Parameters, BitViewType>,
/external/emboss/doc/
Dcpp-guide.md200 ::emboss::prelude::UIntView<...> field_a() const;
252 static constexpr UIntView<...> IntrinsicSizeInBytes();
/external/emboss/doc/design_docs/
Ddivision_and_modulus.md320 maybe to `UIntView`, `IntView`, and `FlagView`).