Lines Matching refs:each
116 vector<media_input *>::iterator each; in GetInput() local
118 for (each=fConnectedInputs.begin(); each<fConnectedInputs.end(); each++) { in GetInput()
119 if ((*each)->source == source) { in GetInput()
120 return *each; in GetInput()
130 vector<media_input *>::iterator each; in GetInput() local
132 for (each=fConnectedInputs.begin(); each<fConnectedInputs.end(); each++) { in GetInput()
133 if ((*each)->destination == destination) { in GetInput()
134 return *each; in GetInput()
144 vector<media_input *>::iterator each; in GetInput() local
146 for (each=fConnectedInputs.begin(); each<fConnectedInputs.end(); each++) { in GetInput()
147 if ((*each)->destination.id == id) { in GetInput()
148 return *each; in GetInput()