Searched refs:BlockTypeToString (Results 1 – 4 of 4) sorted by relevance
301 std::string BlockTypeToString(BlockType type);
43 << BlockTypeToString(static_cast<BlockType>(type)); in HuffDeflate()
53 << BlockTypeToString(static_cast<BlockType>(type)); in PuffDeflate()
522 string BlockTypeToString(BlockType type) { in BlockTypeToString() function