Home
last modified time | relevance | path

Searched refs:writeCPP (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/lex/
H A DMain.cpp104 static void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, in writeCPP() function
225 writeCPP(dfa, lexer, token, (std::string("src/sksl/SkSL") + lexer + ".h").c_str(), cppPath); in process()