HomeSort by relevance Sort by last modified time
    Searched refs:Ternary (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
AST.h 191 struct Ternary : public Expression
197 Ternary();
198 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
199 virtual ~Ternary();
AST.cpp 400 Ternary::Ternary()
407 Ternary::Ternary(Expression* a, Expression* b, Expression* c)
414 Ternary::~Ternary()
419 Ternary::Write(FILE* to)
Type.cpp 329 new Ternary(v, new LiteralExpression("1"),
903 new Ternary(
    [all...]

Completed in 396 milliseconds