Lines Matching refs:n_inputs_

15   constexpr unsigned n_inputs_ = 2;  variable
24 std::vector<std::string> input_types_(n_inputs_); in bhdfs_create_fs_manager_process_cons()
39 if ( pro.n_inputs() < n_inputs_ ){ in bhdfs_create_fs_manager_process()
40 std::cout << pro.name() << ": The number of inputs should be " << n_inputs_<< std::endl; in bhdfs_create_fs_manager_process()
62 constexpr unsigned n_inputs_ = 1; variable
71 std::vector<std::string> input_types_(n_inputs_); in bhdfs_fs_create_dir_process_cons()
84 if ( pro.n_inputs() < n_inputs_ ){ in bhdfs_fs_create_dir_process()
85 std::cout << pro.name() << ": The number of inputs should be " << n_inputs_<< std::endl; in bhdfs_fs_create_dir_process()
105 constexpr unsigned n_inputs_ = 2; variable
114 std::vector<std::string> input_types_(n_inputs_); in bhdfs_fs_copy_file_process_cons()
128 if ( pro.n_inputs() < n_inputs_ ){ in bhdfs_fs_copy_file_process()
129 std::cout << pro.name() << ": The number of inputs should be " << n_inputs_<< std::endl; in bhdfs_fs_copy_file_process()
146 constexpr unsigned n_inputs_ = 3; variable
155 std::vector<std::string> input_types_(n_inputs_); in bhdfs_fs_copy_files_to_local_process_cons()
170 if ( pro.n_inputs() < n_inputs_ ){ in bhdfs_fs_copy_files_to_local_process()
171 std::cout << pro.name() << ": The number of inputs should be " << n_inputs_<< std::endl; in bhdfs_fs_copy_files_to_local_process()
204 constexpr unsigned n_inputs_ = 0; variable
213 std::vector<std::string> input_types_(n_inputs_); in bhdfs_fs_get_working_dir_process_cons()
226 if ( pro.n_inputs() < n_inputs_ ){ in bhdfs_fs_get_working_dir_process()
227 std::cout << pro.name() << ": The number of inputs should be " << n_inputs_<< std::endl; in bhdfs_fs_get_working_dir_process()