Searched refs:FieldVariable (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.h83 struct FieldVariable : public Expression struct in inherits:Expression
89 FieldVariable(Expression* object, const string& name);
90 FieldVariable(Type* clazz, const string& name);
91 virtual ~FieldVariable();
H A DAST.cpp177 FieldVariable::FieldVariable(Expression* o, const string& n) function in class:FieldVariable
184 FieldVariable::FieldVariable(Type* c, const string& n) function in class:FieldVariable
191 FieldVariable::~FieldVariable()
196 FieldVariable::Write(FILE* to)
H A Dgenerate_java_rpc.cpp375 :DispatcherClass(iface, new FieldVariable(THIS_VALUE, "_listener"))
730 proxyMethod->statements->Add(new MethodCall(new FieldVariable(THIS_VALUE, "_broker"),
755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")),
790 ifst->expression = new Comparison(new FieldVariable(THIS_VALUE, "callback"), "!=", NULL_VALUE);
H A Dgenerate_java_binder.cpp444 1, new FieldVariable(v, "length")));
H A DType.cpp315 return new FieldVariable(PARCELABLE_INTERFACE_TYPE,
1029 new FieldVariable(v->type, "RPC_CREATOR"))));

Completed in 726 milliseconds