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

  /system/tools/hidl/
Method.h 35 struct TypedVar;
50 std::vector<TypedVar *> *args,
51 std::vector<TypedVar *> *results,
56 const std::vector<TypedVar *> &args() const;
57 const std::vector<TypedVar *> &results() const;
90 const TypedVar* canElideCallback() const;
99 std::vector<TypedVar *> *mArgs;
100 std::vector<TypedVar *> *mResults;
113 struct TypedVar {
114 TypedVar(const char *name, Type *type)
    [all...]
Method.cpp 29 std::vector<TypedVar *> *args,
30 std::vector<TypedVar *> *results,
60 const std::vector<TypedVar *> &Method::args() const {
64 const std::vector<TypedVar *> &Method::results() const {
124 const TypedVar *elidedReturn = canElideCallback();
157 const std::vector<TypedVar *> &args,
166 static void emitJavaArgResultSignature(Formatter &out, const std::vector<TypedVar *> &args) {
222 const TypedVar* Method::canElideCallback() const {
228 const TypedVar *typedVar = mResults->at(0)
    [all...]
AST.h 38 struct TypedVar;
250 const std::vector<TypedVar *> &arg,
257 const TypedVar *arg,
266 const TypedVar *arg,
274 const TypedVar *arg,
generateJava.cpp 32 const TypedVar *arg,
606 const TypedVar *returnArg = method->results()[0];
667 const TypedVar *returnArg = method->results()[0];
hidl-gen_y.yy 246 %type<typedVar> typed_var
270 android::TypedVar *typedVar;
739 $$ = new Method($2, $4, new std::vector<TypedVar *>, false, $1);
743 $$ = new Method($3, $5, new std::vector<TypedVar *>, true, $1);
776 typed_var : type valid_identifier { $$ = new TypedVar($2, $1); }
generateCpp.cpp 491 const TypedVar *elidedReturn = method->canElideCallback();
649 const TypedVar *arg, bool addPrefixToName,
694 const TypedVar *elidedReturn = method->canElideCallback();
920 const TypedVar *elidedReturn = method->canElideCallback();
    [all...]
generateCppImpl.cpp 65 const TypedVar *elidedReturn = method->canElideCallback();

Completed in 64 milliseconds