v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IntSet Class Reference

Public Member Functions

 IntSet (IntKeyHash hash)
 
void Insert (int x)
 
void Remove (int x)
 
bool Present (int x)
 
void Clear ()
 
uint32_t occupancy () const
 

Detailed Description

Definition at line 44 of file test-hashmap.cc.

Constructor & Destructor Documentation

IntSet ( IntKeyHash  hash)
inlineexplicit

Definition at line 46 of file test-hashmap.cc.

Member Function Documentation

void Clear ( )
inline

Definition at line 70 of file test-hashmap.cc.

Referenced by TestSet().

void Insert ( int  x)
inline

Definition at line 48 of file test-hashmap.cc.

References CHECK, CHECK_EQ, CHECK_NE, and v8::internal::NULL.

Referenced by TestSet().

uint32_t occupancy ( ) const
inline

Definition at line 74 of file test-hashmap.cc.

References CHECK_EQ, and v8::internal::NULL.

Referenced by TestSet().

bool Present ( int  x)
inline

Definition at line 61 of file test-hashmap.cc.

References CHECK_EQ, and v8::internal::NULL.

Referenced by TestSet().

void Remove ( int  x)
inline

Definition at line 56 of file test-hashmap.cc.

References CHECK_NE.

Referenced by TestSet().


The documentation for this class was generated from the following file: