Home | History | Annotate | Download | only in src

Lines Matching refs:parameter_index

993           int parameter_index = index + parameter_count;
994 receiver = (parameter_index == -1)
996 : this->GetParameter(parameter_index);