Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h181 RawIndexInfos &indexCollect);
183 const FieldPath &path, RawIndexInfos &indexCollect);
184 … void CollectRawIndexInfos(const reflection::Field &field, RawIndexInfos &indexCollect) const;
187 int ParseCheckIndexes(const RawIndexInfos &indexCollect);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp168 RawIndexInfos indexCollect; in ParseFlatBufferSchema() local
169 errCode = ParseCheckRootTableDefine(*schema, *rootTable, indexCollect); in ParseFlatBufferSchema()
174 return ParseCheckIndexes(indexCollect); in ParseFlatBufferSchema()
521 const reflection::Object &rootTable, RawIndexInfos &indexCollect) in ParseCheckRootTableDefine() argument
547 errCode = ParseCheckFieldInfo(schema, *eachField, path, indexCollect); in ParseCheckRootTableDefine()
599 const reflection::Field &field, const FieldPath &path, RawIndexInfos &indexCollect) in ParseCheckFieldInfo() argument
627 CollectRawIndexInfos(field, indexCollect); in ParseCheckFieldInfo()
639 RawIndexInfos &indexCollect) const in CollectRawIndexInfos()
654 indexCollect[name->str()] = ""; // Must be SingleField-Index in CollectRawIndexInfos()
657 indexCollect[name->str()] = indexAttr->value()->str(); // May still be empty string in CollectRawIndexInfos()
[all …]