Searched refs:dim (Results 1 – 1 of 1) sorted by relevance
101 string dim; in WriteDeclaration() local103 dim += "[]"; in WriteDeclaration()105 to->Write("%s%s %s", this->type->JavaType().c_str(), dim.c_str(), in WriteDeclaration()383 string dim; in Write() local385 dim += "[]"; in Write()387 to->Write("%s%s ", this->returnType->JavaType().c_str(), dim.c_str()); in Write()