Lines Matching refs:retParameter_
135 method.retParameter_.name_ = RETURN_VALUE.string();
136 method.retParameter_.type_ = EmitType(returnType).string();
182 if (method.retParameter_.name_.size() > 0) {
185 (", " + method.retParameter_.name_ + ": " + method.retParameter_.type_ + ") => void;");
188 (", " + method.retParameter_.name_ + ": " + method.retParameter_.type_ + ", ");
376 if (methods_[methodIndex].retParameter_.name_.size() > 0) {
421 if (methods_[methodIndex].retParameter_.name_.size() > 0) {
602 if (methods_[methodIndex].retParameter_.name_.size() > 0) {