Searched refs:oriIndexArray (Results 1 – 1 of 1) sorted by relevance
641 std::vector<std::vector<std::string>> oriIndexArray; in ParseCheckSchemaIndexes() local643 oriIndexArray); in ParseCheckSchemaIndexes()648 if (oriIndexArray.size() > SchemaConstant::SCHEMA_INDEX_COUNT_MAX) { in ParseCheckSchemaIndexes()649 LOGE("[Schema][ParseIndex] Index(Ori) count=%zu exceed limitation.", oriIndexArray.size()); in ParseCheckSchemaIndexes()652 for (const auto &entry : oriIndexArray) { in ParseCheckSchemaIndexes()