Home
last modified time | relevance | path

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

/system/tools/aidl/
Dcode_writer.h78 std::string QuotedEscape(const std::string& str);
Dcode_writer.cpp128 std::string QuotedEscape(const std::string& str) { in QuotedEscape() function
Daidl_to_cpp_common.cpp495 return "__attribute__((deprecated(" + QuotedEscape(deprecated->note) + ")))"; in GetDeprecatedAttribute()
Dgenerate_rust.cpp578 out << "#[deprecated = " << QuotedEscape(deprecated->note) << "]\n"; in GenerateDeprecated()