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

  /system/tools/hidl/
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();
153 const std::vector<TypedVar *> &args,
162 static void emitJavaArgResultSignature(Formatter &out, const std::vector<TypedVar *> &args) {
174 const TypedVar *elidedReturn = canElideCallback();
228 const TypedVar* Method::canElideCallback() const {
234 const TypedVar *typedVar = mResults->at(0)
    [all...]
hidl-gen_y.yy 277 %type<typedVar> typed_var
301 android::TypedVar *typedVar;
784 $$ = new Method($2, $4, new std::vector<TypedVar *>, false, $1);
788 $$ = new Method($3, $5, new std::vector<TypedVar *>, true, $1);
821 typed_var : type valid_identifier { $$ = new TypedVar($2, $1); }
    [all...]

Completed in 71 milliseconds