Lines Matching refs:input
3719 /// Setter of the corpus of the input corpus of the self comparison
3728 /// @param c the corpus of the input binary or the corpus of the
3729 /// abixml serialization of the initial binary input.
3741 /// Getter for the corpora of the input binary and the intermediate
3746 /// the input corpus.
3964 // The location of an artifact as seen from its input by the
4186 /// by the abixml writer are sorted the same way as the input abixml
4204 /// emitted by the abixml writer is sorted the same way as the input
14835 string input = type_name;
14836 string::size_type len = input.length();
14843 if (cur_pos < len && isspace(input[cur_pos]))
14846 while (cur_pos < len && isspace(input[cur_pos]));
14849 cur_pos = input.find(' ', prev_pos);
14851 cur_word = input.substr(prev_pos, cur_pos - prev_pos);
14857 if (cur_pos < len && isspace(input[cur_pos]))
14860 while (cur_pos < len && isspace(input[cur_pos]));
14863 cur_pos = input.find(' ', prev_pos);
14866 cur_word = input.substr(prev_pos, cur_pos - prev_pos);
25854 /// @param type the input to consider.