Searched refs:getStreamBlocks (Results 1 – 8 of 8) sorted by relevance
129 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F()168 auto OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()173 auto NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()190 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()195 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()211 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()216 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()232 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()237 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
95 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
231 ArrayRef<uint32_t> MSFBuilder::getStreamBlocks(uint32_t StreamIdx) const { in getStreamBlocks() function in MSFBuilder