Searched refs:CreateEscapedString (Results 1 – 3 of 3) sorted by relevance
144 static std::string CreateEscapedString(const std::string &str);
634 std::string Helpers::CreateEscapedString(const std::string &str) in CreateEscapedString() function in panda::es2panda::util::Helpers
1851 errMsg.append(util::Helpers::CreateEscapedString(text)); in ParseTypeDeclaration()