Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.cc255 std::string_view schema_type(type_config.schema_type()); in BuildTransitiveDependencyGraph() local
306 std::string_view schema_type(type_config.schema_type()); in Validate() local
357 std::string_view schema_type) { in ValidateSchemaType()
368 std::string_view property_name, std::string_view schema_type) { in ValidatePropertyName()
389 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateDataType()
404 std::string_view schema_type, std::string_view property_name) { in ValidateCardinality()
418 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateStringIndexingConfig()
Dschema-store.cc400 for (const auto& schema_type : schema_delta.schema_types_deleted) { in SetSchema() local
412 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
167 optional string schema_type = 3; field
Dscoring.proto102 optional string schema_type = 1; field
Dsearch.proto295 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.cc777 std::string_view schema_type) { in GetSchemaType()
1027 const std::string_view schema_type) { in DeleteBySchemaType()
/external/icing/icing/scoring/
Dsection-weights.cc53 std::string_view schema_type = type_property_weights.schema_type(); in Create() local
Dscoring-processor_test.cc160 std::string schema_type, std::vector<PropertyWeight> property_weights) { in CreateTypePropertyWeights()
/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()
334 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.py681 def _cast(value, schema_type): argument
/external/perfetto/src/trace_processor/metrics/
Dmetrics.cc43 uint32_t schema_type, in ValidateSingleNonEmptyMessage()
/external/libchrome/components/policy/core/common/
Dschema.cc79 const char* schema_type; in SchemaTypeToValueType() member
/external/icing/icing/store/
Ddocument-store.cc1241 std::string_view schema_type) { in DeleteBySchemaType()