![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|

Go to the source code of this file.
Data Structures | |
| class | IntSet |
Typedefs | |
| typedef uint32_t(* | IntKeyHash )(uint32_t key) |
Functions | |
| void | TestSet (IntKeyHash hash, int size) |
| TEST (Set) | |
| typedef uint32_t(* IntKeyHash)(uint32_t key) |
Definition at line 41 of file test-hashmap.cc.
| TEST | ( | Set | ) |
Definition at line 173 of file test-hashmap.cc.
References TestSet().
| void TestSet | ( | IntKeyHash | hash, |
| int | size | ||
| ) |
Definition at line 93 of file test-hashmap.cc.
References CHECK, CHECK_EQ, IntSet::Clear(), IntSet::Insert(), IntSet::occupancy(), IntSet::Present(), and IntSet::Remove().
Referenced by TEST().