Searched defs:set_output (Results 1 – 2 of 2) sorted by relevance
91 void set_output(std::vector<T>* output) { output_ = output; } in set_output() function140 void set_output(T* output) { output_ = output; } in set_output() function
92 void set_output(std::vector<T>* output) { output_ = output; } in set_output() function