Home
last modified time | relevance | path

Searched defs:Bits (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h72 class Bits : public ConstBits<GetFunc> { class
74 Bits(GetFunc &&get, SetFunc &&set) : ConstBits<GetFunc>(std::move(get)), setF_ {std::move(set)} {} in Bits() function in ark::verifier::Bits
[all...]

Completed in 2 milliseconds