/third_party/boost/libs/gil/test/extension/io/ |
D | tiff_tiled_test.cpp | 27 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 38 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 49 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 60 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 71 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | targa_test.cpp | 38 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 51 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 64 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 77 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | jpeg_test.cpp | 37 using backend_t = get_reader_backend in BOOST_AUTO_TEST_CASE() typedef 54 using backend_t = get_reader_backend<std::ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 67 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 78 using backend_t = get_reader_backend<boost::filesystem::path, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | jpeg_read_test.cpp | 29 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 47 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | bmp_test.cpp | 37 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 50 using backend_t = get_reader_backend<std::ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 63 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 76 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | tiff_test.cpp | 41 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 54 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 67 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 80 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | raw_test.cpp | 40 using backend_t = get_reader_backend<char const*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 54 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | pnm_test.cpp | 35 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 48 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 61 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | png_test.cpp | 37 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 50 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 63 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | png_read_test.cpp | 50 using backend_t = get_reader_backend<std::string const, tag_t>::type; in test_file() typedef 92 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef 120 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
D | pnm_read_test.cpp | 48 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE() typedef
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_tiled_test.cpp | 23 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_info_tile_minisblack_float() typedef 33 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_info_tile_minisblack() typedef 43 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_info_tile_palette() typedef 53 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_info_tile_rgb() typedef 63 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_info_tile_planar() typedef
|
D | tiff_test.cpp | 33 using backend_t = gil::get_reader_backend<std::string const, gil::tiff_tag>::type; in test_read_image_info() typedef 42 using backend_t = gil::get_reader_backend<std::ifstream, gil::tiff_tag>::type; in test_read_image_info() typedef 51 using backend_t = gil::get_reader_backend<FILE*, gil::tiff_tag>::type; in test_read_image_info() typedef 60 using backend_t = gil::get_reader_backend<fs::path, gil::tiff_tag>::type; in test_read_image_info() typedef
|
/third_party/boost/libs/gil/test/extension/io/targa/ |
D | targa_test.cpp | 31 using backend_t = gil::get_reader_backend<std::string const, gil::targa_tag>::type; in test_read_image_info_using_string() typedef 40 using backend_t = gil::get_reader_backend<std::ifstream, gil::targa_tag>::type; in test_read_image_info_using_string() typedef 49 using backend_t = gil::get_reader_backend<FILE*, gil::targa_tag>::type; in test_read_image_info_using_string() typedef 58 using backend_t = gil::get_reader_backend<fs::path, gil::targa_tag>::type; in test_read_image_info_using_string() typedef
|
/third_party/boost/libs/gil/test/extension/io/jpeg/ |
D | jpeg_test.cpp | 33 using backend_t = gil::get_reader_backend<std::string const, gil::jpeg_tag>::type; in test_read_image_info() typedef 42 using backend_t = gil::get_reader_backend<std::ifstream, gil::jpeg_tag>::type; in test_read_image_info() typedef 51 using backend_t = gil::get_reader_backend<FILE *, gil::jpeg_tag>::type; in test_read_image_info() typedef 58 using backend_t = gil::get_reader_backend<fs::path, gil::jpeg_tag>::type; in test_read_image_info() typedef
|
D | jpeg_read_test.cpp | 26 using backend_t = gil::get_reader_backend<std::string const, gil::jpeg_tag>::type; in test_read_header() typedef 40 using backend_t = gil::get_reader_backend<std::string const, gil::jpeg_tag>::type; in test_read_pixel_density() typedef
|
/third_party/boost/libs/gil/test/extension/io/bmp/ |
D | bmp_test.cpp | 31 using backend_t = gil::get_reader_backend<std::string const, gil::bmp_tag>::type; in test_read_image_info_using_string() typedef 39 using backend_t = gil::get_reader_backend<std::ifstream, gil::bmp_tag>::type; in test_read_image_info_using_string() typedef 47 using backend_t = gil::get_reader_backend<FILE *, gil::bmp_tag>::type; in test_read_image_info_using_string() typedef 55 using backend_t = gil::get_reader_backend<fs::path, gil::bmp_tag>::type; in test_read_image_info_using_string() typedef
|
/third_party/boost/libs/gil/test/extension/io/pnm/ |
D | pnm_test.cpp | 29 using backend_t = gil::get_reader_backend<std::string const, gil::pnm_tag>::type; in test_read_image_info_using_string() typedef 38 using backend_t = gil::get_reader_backend<std::ifstream, gil::pnm_tag>::type; in test_read_image_info_using_string() typedef 47 using backend_t = gil::get_reader_backend<FILE*, gil::pnm_tag>::type; in test_read_image_info_using_string() typedef
|
/third_party/boost/libs/gil/test/extension/io/raw/ |
D | raw_test.cpp | 33 using backend_t = gil::get_reader_backend<char const *, gil::raw_tag>::type; in test_read_image_info_using_string() typedef 43 using backend_t = gil::get_reader_backend<fs::path, gil::raw_tag>::type; in test_read_image_info_using_string() typedef
|
/third_party/boost/libs/gil/test/extension/io/png/ |
D | png_test.cpp | 31 using backend_t = gil::get_reader_backend<std::string const, gil::png_tag>::type; in test_read_image_info_using_string() typedef 40 using backend_t = gil::get_reader_backend<std::ifstream, gil::png_tag>::type; in test_read_image_info_using_string() typedef 49 using backend_t = gil::get_reader_backend<FILE*, gil::png_tag>::type; in test_read_image_info_using_string() typedef
|
D | png_read_test.cpp | 45 using backend_t = gil::get_reader_backend<std::string const, gil::png_tag>::type; in test_file() typedef 70 using backend_t = gil::get_reader_backend<std::string const, gil::png_tag>::type; in test_read_header() typedef 92 using backend_t = gil::get_reader_backend<std::string const, gil::png_tag>::type; in test_read_pixel_per_meter() typedef
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf.cc | 9 enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER }; enum
|
/third_party/harfbuzz/perf/ |
D | perf.cc | 9 enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER }; enum
|
/third_party/boost/libs/log/example/doc/ |
D | sinks_ipc_logger.cpp | 46 typedef sinks::text_ipc_message_queue_backend< queue_t > backend_t; in main() typedef
|
/third_party/boost/libs/log/test/run/ |
D | sink_text_ipc_mq_backend.cpp | 40 typedef boost::log::sinks::text_ipc_message_queue_backend< queue_t > backend_t; in BOOST_AUTO_TEST_CASE() typedef
|