Searched refs:bytesPerFixedBlock (Results 1 – 4 of 4) sorted by relevance
21 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() argument23 mSize = bytesPerFixedBlock; in open()24 mStorage = std::make_unique<uint8_t[]>(bytesPerFixedBlock); in open()
30 int32_t FixedBlockReader::open(int32_t bytesPerFixedBlock) { in open() argument31 int32_t result = FixedBlockAdapter::open(bytesPerFixedBlock); in open()
37 int32_t open(int32_t bytesPerFixedBlock) override;
46 virtual int32_t open(int32_t bytesPerFixedBlock);