Searched refs:obj_len (Results 1 – 3 of 3) sorted by relevance
110 my %obj_len;142 $obj_len{$obj{$nid{$i}}} = $length;212 my $A = $obj_len{$obj{$nid{$a}}};213 my $B = $obj_len{$obj{$nid{$b}}};
295 , typename Type::difference_type& obj_len in check_length_complementarity() argument300 obj_len = icl::length(object); in check_length_complementarity()303 BOOST_CHECK_EQUAL(obj_len + obj_dist, hull_len); in check_length_complementarity()304 return obj_len + obj_dist == hull_len; in check_length_complementarity()311 DiffT obj_len, obj_dist, hull_len; in has_length_complementarity() local312 return check_length_complementarity(object, obj_len, obj_dist, hull_len); in has_length_complementarity()
1398 unsigned int obj_len; member