Home
last modified time | relevance | path

Searched defs:Bitset64 (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dbitset.h416 Bitset64() : size_(), data_(), end_(*this, /*at_end=*/true) {} in Bitset64() function
417 explicit Bitset64(IndexType size) in Bitset64() function
678 friend class Bitset64; variable