xo-arena: DArenaHashMap: find() + utest
This commit is contained in:
parent
cf70e5cc2e
commit
5be04f5ed2
3 changed files with 75 additions and 18 deletions
|
|
@ -208,6 +208,9 @@ namespace xo {
|
|||
ok_flag &= HashMapUtil<HashMap>::check_forward_iterator(0.0 /*dvalue*/,
|
||||
dbg_flag, hash_map);
|
||||
|
||||
ok_flag &= HashMapUtil<HashMap>::random_lookups(0.0 /*dvalue*/,
|
||||
dbg_flag, &rgen, hash_map);
|
||||
|
||||
return ok_flag;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue