Home
last modified time | relevance | path

Searched defs:schema_type (Results 1 – 11 of 11) sorted by relevance

/external/icing/icing/schema/
Dschema-util.cc214 std::string_view schema_type(type_config.schema_type()); in BuildTransitiveDependencyGraph() local
265 std::string_view schema_type(type_config.schema_type()); in Validate() local
316 std::string_view schema_type) { in ValidateSchemaType()
327 std::string_view property_name, std::string_view schema_type) { in ValidatePropertyName()
348 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateDataType()
363 std::string_view schema_type, std::string_view property_name) { in ValidateCardinality()
377 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateStringIndexingConfig()
Dschema-store.cc357 for (const auto& schema_type : schema_delta.schema_types_deleted) { in SetSchema() local
369 for (const auto& schema_type : schema_delta.schema_types_incompatible) { in SetSchema() local
/external/icing/proto/icing/proto/
Dschema.proto44 optional string schema_type = 1; field
159 optional string schema_type = 3; field
Dsearch.proto265 optional string schema_type = 1; field
/external/icing/icing/index/iterator/
Ddoc-hit-info-iterator-filter.cc57 for (std::string_view schema_type : options_.schema_types) { in DocHitInfoIteratorFilter() local
/external/icing/icing/
Dschema-builder.h55 PropertyConfigBuilder& SetDataTypeDocument(std::string_view schema_type, in SetDataTypeDocument()
Dicing-search-engine.cc618 std::string_view schema_type) { in GetSchemaType()
858 const std::string_view schema_type) { in DeleteBySchemaType()
/external/icing/icing/jni/
Dicing-search-engine-jni.cc161 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngine_nativeGetSchemaType()
329 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngine_nativeDeleteBySchemaType()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py402 def _cast(value, schema_type): argument
/external/icing/icing/store/
Ddocument-store.cc1213 std::string_view schema_type) { in DeleteBySchemaType()
/external/libchrome/components/policy/core/common/
Dschema.cc79 const char* schema_type; in SchemaTypeToValueType() member