Searched defs:Block (Results 1 – 4 of 4) 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;
43 using Block = ::chre::MemoryPool<ElementType, kMemoryPoolSize>; variable
43 using Block = ::chre::RawStorage<ElementType, kBlockSize>; variable
257 WrappedOutput::Block::Block(const std::string& content, Block* const parent) in Block() function in android::WrappedOutput::Block