Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/bitutil/
H A Dbitmaps.go28 type BitmapReader struct { struct
29 bitmap []byte
30 pos int
31 len int
33 current byte
34 byteOffset int
35 bitOffset int
54 func (b *BitmapReader) Set() bool {
59 func (b *BitmapReader) NotSet() bool {
64 func (b *BitmapReader) Next() {
[all …]
H A Dbitmaps_test.go45 func assertReaderVals(t *testing.T, reader *bitutil.BitmapReader, vals []bool) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbitmap_reader.h33 BitmapReader(const uint8_t* bitmap, int64_t start_offset, int64_t length) in BitmapReader() function
H A Dbit_util_benchmark.cc344 static void BitmapReader(benchmark::State& state) { in BitmapReader() function
H A Dbit_util_test.cc200 TEST(BitmapReader, NormalOperation) { in TEST() argument
214 TEST(BitmapReader, DoesNotReadOutOfBounds) { in TEST() argument
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbitmap_reader.h33 BitmapReader(const uint8_t* bitmap, int64_t start_offset, int64_t length) in BitmapReader() function
H A Dbit_util_benchmark.cc344 static void BitmapReader(benchmark::State& state) { in BitmapReader() function
H A Dbit_util_test.cc203 TEST(BitmapReader, NormalOperation) { in TEST() argument
217 TEST(BitmapReader, DoesNotReadOutOfBounds) { in TEST() argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_util_benchmark.cc267 static void BitmapReader(benchmark::State& state) { in BitmapReader() function
H A Dbit_util_test.cc148 TEST(BitmapReader, NormalOperation) { in TEST() argument
162 TEST(BitmapReader, DoesNotReadOutOfBounds) { in TEST() argument
H A Dbit_util.h477 BitmapReader(const uint8_t* bitmap, int64_t start_offset, int64_t length) in BitmapReader() function