Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/lex/
DMain.cpp105 const char* cppPath) { in writeCPP() argument
106 std::ofstream out(cppPath); in writeCPP()
185 const char* cppPath) { in process() argument
223 writeCPP(dfa, lexer, token, (std::string("src/sksl/SkSL") + lexer + ".h").c_str(), cppPath); in process()
/third_party/flutter/skia/src/sksl/lex/
DMain.cpp88 const char* cppPath) { in writeCPP() argument
89 std::ofstream out(cppPath); in writeCPP()
174 const char* cppPath) { in process() argument
206 writeCPP(dfa, lexer, token, (std::string("src/sksl/SkSL") + lexer + ".h").c_str(), cppPath); in process()