Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp32 const int MAX_ID_LENS = 900; variable
134 if (idValue.GetStringValue().length() + 1 > MAX_ID_LENS) { // with '\0' in CheckIdFormat()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_insert_test.cpp33 const int MAX_ID_LENS = 899; variable
731 string document_midlle(MAX_ID_LENS + 1, 'k');
739 string document_midlle2(MAX_ID_LENS, 'k');
H A Ddocumentdb_find_test.cpp41 const int MAX_ID_LENS = 899; variable
1317 string document_midlle(MAX_ID_LENS + 1, 'k');
1328 string document_midlle2(MAX_ID_LENS, 'k');