Searched defs:Block (Results 1 – 2 of 2) sorted by relevance
37 struct Block { struct43 bool populated = false;44 bool printUnlessWrapped = false;47 std::string content;48 std::vector<Block> blocks;50 Block* const parent;
257 WrappedOutput::Block::Block(const std::string& content, Block* const parent) in Block() function in android::WrappedOutput::Block