Searched refs:isHash (Results 1 – 2 of 2) sorted by relevance
35 inline std::string GetTableMode(bool isHash) in GetTableMode() argument37 return isHash ? DBConstant::RD_KV_HASH_COLLECTION_MODE : DBConstant::RD_KV_COLLECTION_MODE; in GetTableMode()
372 boolean isHash = CHECK_HASH_FLAG(logContentPtr->commonContent.level); in LogContentFmt() local374 if (isHash) { in LogContentFmt()