Lines Matching defs:inputs
53 std::vector<IntT> inputs(N, static_cast<IntT>(-1)); in getDuplicateIntegerInputs() local
59 std::vector<IntT> inputs; in getSortedIntegerInputs() local
67 std::vector<IntT> inputs; in getSortedLargeIntegerInputs() local
76 std::vector<IntT> inputs = getSortedIntegerInputs<IntT>(N); in getSortedTopBitsIntegerInputs() local
83 std::vector<IntT> inputs; in getReverseSortedIntegerInputs() local
103 std::vector<IntT> inputs; in getRandomIntegerInputs() local
111 std::vector<std::string> inputs(N, getRandomString(1024)); in getDuplicateStringInputs() local
116 std::vector<std::string> inputs; in getRandomStringInputs() local
124 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs() local
130 std::vector<std::string> inputs = getSortedStringInputs(N); in getReverseSortedStringInputs() local
136 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs() local