Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.h169 static libtextclassifier3::Status ValidatePropertyName(
Dschema-util.cc273 ICING_RETURN_IF_ERROR(ValidatePropertyName(property_name, schema_type)); in Validate()
326 libtextclassifier3::Status SchemaUtil::ValidatePropertyName( in ValidatePropertyName() function in icing::lib::SchemaUtil
/external/icing/icing/tokenization/
Draw-query-tokenizer.cc480 if (!SchemaUtil::ValidatePropertyName(property).ok()) { in OutputToken()