Home
last modified time | relevance | path

Searched refs:BlockTypeToString (Results 1 – 4 of 4) sorted by relevance

/external/puffin/src/
Dhuffman_table.h301 std::string BlockTypeToString(BlockType type);
Dhuffer.cc43 << BlockTypeToString(static_cast<BlockType>(type)); in HuffDeflate()
Dpuffer.cc53 << BlockTypeToString(static_cast<BlockType>(type)); in PuffDeflate()
Dhuffman_table.cc522 string BlockTypeToString(BlockType type) { in BlockTypeToString() function