Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp32 … constexpr uint32_t usualMaxLine = 25; // For normal schema, 25 line for 10k length is quite enough in DisplaySchemaLineByLine() local
36 if (line >= usualMaxLine) { in DisplaySchemaLineByLine()