Home | History | Annotate | Download | only in aidl

Lines Matching refs:QualifiedName

87     fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(),
202 fprintf(to, "%s", this->clazz->QualifiedName().c_str());
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
363 fprintf(to, "%s.", this->clazz->QualifiedName().c_str());
439 fprintf(to, "new %s[", this->type->QualifiedName().c_str());
493 fprintf(to, "((%s)", this->type->QualifiedName().c_str());
523 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
746 fprintf(to, "%s%s ", this->returnType->QualifiedName().c_str(),
769 fprintf(to, "%s", this->exceptions[i]->QualifiedName().c_str());
839 fprintf(to, " extends %s", this->extends->QualifiedName().c_str());
850 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str());