Searched refs:getStreamBlocks (Results 1 – 10 of 10) sorted by relevance
128 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F()167 auto OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()172 auto NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()189 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()194 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()210 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()215 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()231 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()236 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
130 auto BlockList = Data->getStreamBlocks(); in readLongestContiguousChunk()169 auto BlockList = Data->getStreamBlocks(); in tryReadContiguously()202 auto BlockList = Data->getStreamBlocks(); in readBytes()238 auto BlockList = Data->getStreamBlocks(); in writeBytes()
23 ArrayRef<support::ulittle32_t> IndexedStreamData::getStreamBlocks() { in getStreamBlocks() function in IndexedStreamData
33 virtual ArrayRef<support::ulittle32_t> getStreamBlocks() = 0;
25 ArrayRef<support::ulittle32_t> getStreamBlocks() override;
27 virtual llvm::ArrayRef<llvm::support::ulittle32_t> getStreamBlocks() { in getStreamBlocks() function
94 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
230 ArrayRef<uint32_t> MSFBuilder::getStreamBlocks(uint32_t StreamIdx) const { in getStreamBlocks() function in MSFBuilder