Home
last modified time | relevance | path

Searched defs:LiteralExpression (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/
H A Dast_java.h72 struct LiteralExpression : public Expression { struct
75 explicit LiteralExpression(const std::string& value); argument
H A Dast_java.cpp99 LiteralExpression::LiteralExpression(const string& v) : value(v) {} in LiteralExpression() function in android::aidl::java::LiteralExpression
H A Dast_cpp.cpp437 LiteralExpression::LiteralExpression(const std::string& expression) in LiteralExpression() function in android::aidl::cpp::LiteralExpression