Home | History | Annotate | Download | only in src

Lines Matching full:parameter_index

759         int parameter_index = input_slot_index + parameter_count;
760 receiver = (parameter_index == -1)
762 : this->GetParameter(parameter_index);