Searched defs:Block (Results 1 – 2 of 2) sorted by relevance
33 struct Block { struct36 Block() = default; argument38 explicit Block(size_t size) { allocate(size); } in Block() argument41 Block(Iterator begin, Iterator end) : Block(end - begin) { in Block() function46 Block(Block&& move) noexcept in Block() function51 Block& operator=(const Block& copy) = delete; argument62 void resize(size_t new_size) { in resize()72 void assign(InputIt begin, InputIt end) { in assign()100 bool operator==(const Block& rhs) const { argument106 void allocate(size_t size) { in allocate()[all …]
27 public final class Block { class36 public Block(int id, int type, ByteBuffer dataBytes) { in Block() method in Block