Home
last modified time | relevance | path

Searched refs:crc_map_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dimage.cpp405 using crc_map_t = map<string, boost::crc_32_type::value_type>; typedef in checksum_image_mgr
406 crc_map_t _crc_map;
490 for (crc_map_t::const_iterator it=_crc_map.begin(); it!=_crc_map.end(); ++it) { in finalize()