Searched defs:Block (Results 1 – 5 of 5) sorted by relevance
42 struct Block { struct63 typedef std::vector<Block>::const_iterator const_iterator; argument
65 message Block { message
530 struct Block { struct533 Block* next; // Next block in arena (may have different owner) argument551 Block* last_block_used_; argument
32 class Block; variable
468 Block() {} in Block() function469 Block(Builder *b) : Entity(b) {} in Block() function