const github.com/oapi-codegen/runtime.ParamLocationUndefined

5 uses

	github.com/oapi-codegen/runtime (current package)
		bindform.go#L73: 					ParamLocation: ParamLocationUndefined,
		bindparam.go#L38: 		ParamLocation: ParamLocationUndefined,
		bindparam.go#L81: 	case ParamLocationQuery, ParamLocationUndefined:
		styleparam.go#L38: 	ParamLocationUndefined ParamLocation = iota
		styleparam.go#L50: 	return StyleParamWithLocation(style, explode, paramName, ParamLocationUndefined, value)