Lines Matching refs:args
34 static Handle<Value> CompactRangeDefault(const v8::Arguments& args);
35 static Handle<Value> CompactColumnFamily(const Arguments& args);
36 static Handle<Value> CompactOptions(const Arguments& args);
37 static Handle<Value> CompactAll(const Arguments& args);
41 static Handle<Value> Open(const Arguments& args);
42 static Handle<Value> New(const Arguments& args);
43 static Handle<Value> Get(const Arguments& args);
44 static Handle<Value> Put(const Arguments& args);
45 static Handle<Value> Delete(const Arguments& args);
46 static Handle<Value> Dump(const Arguments& args);
47 static Handle<Value> WriteBatch(const Arguments& args);
48 static Handle<Value> CreateColumnFamily(const Arguments& args);
49 static Handle<Value> CompactRange(const Arguments& args);
50 static Handle<Value> Close(const Arguments& args);