Flutter Engine
The Flutter Engine
|
#include "src/base/SkStringView.h"
#include "tools/skslc/ProcessWorklist.h"
#include <algorithm>
#include <fstream>
#include <vector>
Go to the source code of this file.
Functions | |
ResultCode | ProcessWorklist (const char *worklistPath, const std::function< ResultCode(SkSpan< std::string > args)> &processCommandFn) |
ResultCode ProcessWorklist | ( | const char * | worklistPath, |
const std::function< ResultCode(SkSpan< std::string > args)> & | processCommandFn | ||
) |
Processes multiple inputs in a single invocation by reading a worklist file. The processCommand is invoked with a set of arguments, read from the worklist. A blank line is used to separate one group of arguments from the next group.
Definition at line 15 of file ProcessWorklist.cpp.