Sha256: 9137801e09f079055fe891ce9733caf0c21670ee6c2182babe4c105fe736bc27

Contents?: true

Size: 749 Bytes

Versions: 16

Compression:

Stored size: 749 Bytes

Contents

// Code generated by "stringer -type=aState -output state_gen.go"; DO NOT EDIT.

package lz4

import "strconv"

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var x [1]struct{}
	_ = x[noState-0]
	_ = x[errorState-1]
	_ = x[newState-2]
	_ = x[readState-3]
	_ = x[writeState-4]
	_ = x[closedState-5]
}

const _aState_name = "noStateerrorStatenewStatereadStatewriteStateclosedState"

var _aState_index = [...]uint8{0, 7, 17, 25, 34, 44, 55}

func (i aState) String() string {
	if i >= aState(len(_aState_index)-1) {
		return "aState(" + strconv.FormatInt(int64(i), 10) + ")"
	}
	return _aState_name[_aState_index[i]:_aState_index[i+1]]
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ruby_snowflake_client-1.3.7 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.6 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.5 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.4 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.4.pre.debug ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.3.pre.debug ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.2 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.1 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.3.0 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.2.1 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.2.0 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.1.1 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.1.0 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.0.2 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.0.1 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go
ruby_snowflake_client-1.0.0 ext/vendor/github.com/pierrec/lz4/v4/state_gen.go