Home
last modified time | relevance | path

Searched refs:escapeComment (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp103 virtual std::string escapeComment(const std::string& s) const;
291 std::string TPrinter::escapeComment(const std::string& s) const { return s; } in escapeComment() function in __anon21776::TPrinter
303 out << commentBOL() << escapeComment(comment[line].asString()) << in printComments()
387 std::string escapeComment(const std::string& s) const override {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp103 virtual std::string escapeComment(const std::string& s) const;
291 std::string TPrinter::escapeComment(const std::string& s) const { return s; } in escapeComment() function in __anon23033::TPrinter
303 out << commentBOL() << escapeComment(comment[line].asString()) << in printComments()
387 std::string escapeComment(const std::string& s) const override {
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp103 virtual std::string escapeComment(const std::string& s) const;
293 std::string TPrinter::escapeComment(const std::string& s) const { return s; } in escapeComment() function in __anon26546::TPrinter
305 out << commentBOL() << escapeComment(comment[line].asString()) << in printComments()
389 std::string escapeComment(const std::string& s) const override {

Completed in 5 milliseconds