Searched defs:schema_type (Results 1 – 11 of 11) sorted by relevance
/external/icing/icing/schema/ |
D | schema-util.cc | 214 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()
|
D | schema-store.cc | 357 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/ |
D | schema.proto | 44 optional string schema_type = 1; field 159 optional string schema_type = 3; field
|
D | search.proto | 265 optional string schema_type = 1; field
|
/external/icing/icing/index/iterator/ |
D | doc-hit-info-iterator-filter.cc | 57 for (std::string_view schema_type : options_.schema_types) { in DocHitInfoIteratorFilter() local
|
/external/icing/icing/ |
D | schema-builder.h | 55 PropertyConfigBuilder& SetDataTypeDocument(std::string_view schema_type, in SetDataTypeDocument()
|
D | icing-search-engine.cc | 618 std::string_view schema_type) { in GetSchemaType() 858 const std::string_view schema_type) { in DeleteBySchemaType()
|
/external/icing/icing/jni/ |
D | icing-search-engine-jni.cc | 161 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/ |
D | discovery.py | 402 def _cast(value, schema_type): argument
|
/external/icing/icing/store/ |
D | document-store.cc | 1213 std::string_view schema_type) { in DeleteBySchemaType()
|
/external/libchrome/components/policy/core/common/ |
D | schema.cc | 79 const char* schema_type; in SchemaTypeToValueType() member
|