Searched refs:OutputLine (Results 1 - 2 of 2) sorted by relevance
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 530 void OutputLine(std::function<bool()> are_lines_identical, 2597 void Differ::OutputLine(std::function<bool()> are_lines_identical, 2667 OutputLine( 2788 OutputLine([]() { return true; }, [&dis]() { dis.EmitHeaderSpirv(); }, 2790 OutputLine([this]() { return src_->version() == dst_->version(); }, 2793 OutputLine([this]() { return src_->generator() == dst_->generator(); }, 2796 OutputLine( 2802 OutputLine([this]() { return src_->schema() == dst_->schema(); }, 2826 OutputLine(
|
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 20 * OutputLine() - Output the specified number of lines of graphics. 99 void OutputLine(ppd_file_t *ppd, cups_page_header2_t *header); 1557 * 'OutputLine()' - Output the specified number of lines of graphics. 1561 OutputLine(ppd_file_t *ppd, /* I - PPD file */ in OutputLine() function 1939 OutputLine(ppd, &header); in main()
|
Completed in 6 milliseconds