// Code generated by "stringer -type=blockType,literalsBlockType,seqCompMode,tableIndex"; DO NOT EDIT.

package zstd

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [blockTypeRaw-0]
	_ = [blockTypeRLE-1]
	_ = [blockTypeCompressed-2]
	_ = [blockTypeReserved-3]
}

const _blockType_name = "blockTypeRawblockTypeRLEblockTypeCompressedblockTypeReserved"

var _blockType_index = [...]uint8{0, 12, 24, 43, 60}

func ( blockType) () string {
	if  >= blockType(len(_blockType_index)-1) {
		return "blockType(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _blockType_name[_blockType_index[]:_blockType_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [literalsBlockRaw-0]
	_ = [literalsBlockRLE-1]
	_ = [literalsBlockCompressed-2]
	_ = [literalsBlockTreeless-3]
}

const _literalsBlockType_name = "literalsBlockRawliteralsBlockRLEliteralsBlockCompressedliteralsBlockTreeless"

var _literalsBlockType_index = [...]uint8{0, 16, 32, 55, 76}

func ( literalsBlockType) () string {
	if  >= literalsBlockType(len(_literalsBlockType_index)-1) {
		return "literalsBlockType(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _literalsBlockType_name[_literalsBlockType_index[]:_literalsBlockType_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [compModePredefined-0]
	_ = [compModeRLE-1]
	_ = [compModeFSE-2]
	_ = [compModeRepeat-3]
}

const _seqCompMode_name = "compModePredefinedcompModeRLEcompModeFSEcompModeRepeat"

var _seqCompMode_index = [...]uint8{0, 18, 29, 40, 54}

func ( seqCompMode) () string {
	if  >= seqCompMode(len(_seqCompMode_index)-1) {
		return "seqCompMode(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _seqCompMode_name[_seqCompMode_index[]:_seqCompMode_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [tableLiteralLengths-0]
	_ = [tableOffsets-1]
	_ = [tableMatchLengths-2]
}

const _tableIndex_name = "tableLiteralLengthstableOffsetstableMatchLengths"

var _tableIndex_index = [...]uint8{0, 19, 31, 48}

func ( tableIndex) () string {
	if  >= tableIndex(len(_tableIndex_index)-1) {
		return "tableIndex(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _tableIndex_name[_tableIndex_index[]:_tableIndex_index[+1]]
}