Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h164 void construct(InSituTag, Func& func) { in construct() function
185 void construct(RefTag, Func& func) { in construct() function
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DHdfsEnvTest.java26 public void construct() throws RocksDBException { in construct() method in HdfsEnvTest
DTimedEnvTest.java25 public void construct() throws RocksDBException { in construct() method in TimedEnvTest
/rocksdb-6.9/java/rocksjni/
Dportal.h395 static jobject construct(JNIEnv* env, const Status& status) { in construct() function
2765 static jobject construct(JNIEnv* env, const ColumnFamilyOptions* cfoptions) { in construct() function
2852 static jobject construct(JNIEnv* env, const WriteBatch* wb) { in construct() function
3300 static jobject construct(JNIEnv* env, const SavePoint &save_point) { in construct() function
4365 static jobject construct(JNIEnv* env, in construct() function
5812 static jobject construct( in construct() function
5897 static jobject construct(JNIEnv* env, in construct() function
6171 static jobject construct(JNIEnv* env, ColumnFamilyDescriptor* cfd) { in construct() function
6633 static jobject construct( in construct() function
/rocksdb-6.9/third-party/folly/folly/
DOptional.h358 void construct(Args&&... args) { in construct() function