Searched refs:intersection_content (Results 1 – 3 of 3) sorted by relevance
25 inline typename default_content_result<Box>::type intersection_content(Box const& box1, Box const& … in intersection_content() function
166 … content_type overlap_exp = index::detail::intersection_content(box_exp, ch_j.first); in choose_by_minimum_overlap_cost_first_n()169 … overlap_diff += overlap_exp - index::detail::intersection_content(ch_i.first, ch_j.first); in choose_by_minimum_overlap_cost_first_n()
149 content_type ovl = index::detail::intersection_content(box1, box2); in apply()