Lines Matching refs:process
2736 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromFile() local
2738 &process); in ReadImageClassesFromFile()
2746 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromZip() local
2749 &process, in ReadImageClassesFromZip()
2757 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument
2764 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile()
2775 std::function<std::string(const char*)>* process, in ReadCommentedInputFromZip() argument
2798 return ReadCommentedInputStream<T>(input_stream, process); in ReadCommentedInputFromZip()
2806 std::function<std::string(const char*)>* process) { in ReadCommentedInputStream() argument
2814 if (process != nullptr) { in ReadCommentedInputStream()
2815 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()