Home
last modified time | relevance | path

Searched refs:m_jPutCfMethodId (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dwritebatchhandlerjnicallback.cc17 m_jPutCfMethodId = WriteBatchHandlerJni::getPutCfMethodId(env); in WriteBatchHandlerJniCallback()
18 if(m_jPutCfMethodId == nullptr) { in WriteBatchHandlerJniCallback()
137 m_jPutCfMethodId, in PutCF()
Dwritebatchhandlerjnicallback.h55 jmethodID m_jPutCfMethodId; variable