Searched defs:Block (Results 1 – 2 of 2) sorted by relevance
32 struct Block { struct35 Block() = default; argument37 explicit Block(size_t size) { allocate(size); } in Block() function40 Block(Iterator begin, Iterator end) : Block(end - begin) { in Block() argument45 Block(Block&& move) noexcept in Block() argument50 Block& operator=(const Block& copy) = delete; argument61 void resize(size_t new_size) { in resize()71 void assign(InputIt begin, InputIt end) { in assign()99 bool operator==(const Block& rhs) const { argument104 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