Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-store.cc1140 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetSchemaTypeConfig()
1152 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetSchemaTypeId()
1158 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetSchemaType()
1183 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetSectionMetadata()
1190 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in ExtractSections()
1197 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetJoinablePropertyMetadata()
1206 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetJoinablePropertyMetadata()
1213 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in ExtractJoinableProperties()
1221 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetScorablePropertyIndex()
1233 ICING_RETURN_IF_ERROR(CheckSchemaSet()); in GetOrderedScorablePropertyInfo()
Dschema-store.h706 libtextclassifier3::Status CheckSchemaSet() const { in CheckSchemaSet() function