Searched defs:Block (Results 1 – 4 of 4) sorted by relevance
31 struct Block { struct34 Block() {} in Block() argument36 explicit Block(size_t size) { allocate(size); } in Block() function39 Block(Iterator begin, Iterator end) : Block(end - begin) { in Block() function44 Block(Block&& move) noexcept { in Block() function50 Block& operator=(const Block& copy) = delete; argument61 ~Block() { clear(); } in ~Block() argument63 void resize(size_t new_size) { in resize()73 void assign(InputIt begin, InputIt end) { in assign()101 bool operator==(const Block& rhs) const { argument[all …]
55 struct Block { struct64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {} in Block() function77 // Blocks will be substituted in the order listed in the vectors. argument
50 using Block = InplaceGenerator::Block; typedef
48 using Block = InplaceGenerator::Block; typedef