Searched defs:Ternary (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.cpp444 Ternary::Ternary() function in class:Ternary
451 Ternary::Ternary(Expression* a, Expression* b, Expression* c) function in class:Ternary
458 Ternary::~Ternary()
463 Ternary::Write(FILE* to)
H A DAST.h206 struct Ternary : public Expression struct in inherits:Expression
212 Ternary();
213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
214 virtual ~Ternary();

Completed in 734 milliseconds