Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-util.cc449 std::string_view schema_type(type_config.schema_type()); in BuildTransitiveDependentGraph() local
540 std::string_view schema_type(type_config.schema_type()); in Validate() local
599 for (const auto& schema_type : schema_types_with_joinable_property) { in Validate() local
605 std::string_view schema_type = frontier.front(); in Validate() local
643 std::string_view schema_type) { in ValidateSchemaType()
654 std::string_view property_name, std::string_view schema_type) { in ValidatePropertyName()
675 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateDataType()
690 std::string_view schema_type, std::string_view property_name) { in ValidateCardinality()
704 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateStringIndexingConfig()
728 std::string_view schema_type, std::string_view property_name) { in ValidateJoinableConfig()
Dschema-store.h192 std::string schema_type; member
Dschema-store.cc667 for (const auto& schema_type : schema_delta.schema_types_deleted) { in SetSchema() local
679 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
249 optional string schema_type = 3; field
Dscoring.proto146 optional string schema_type = 1; field
Dsearch.proto376 optional string schema_type = 1; field
/external/icing/icing/index/iterator/
Ddoc-hit-info-iterator-filter.cc58 for (std::string_view schema_type : options_.schema_types) { in DocHitInfoIteratorFilter() local
/external/icing/icing/scoring/
Dsection-weights.cc53 std::string_view schema_type = type_property_weights.schema_type(); in Create() local
Dscoring-processor_test.cc167 std::string schema_type, std::vector<PropertyWeight> property_weights) { in CreateTypePropertyWeights()
/external/icing/icing/query/
Dsuggestion-processor.cc203 for (std::string_view schema_type : suggestion_spec.schema_type_filters()) { in QuerySuggestions() local
/external/icing/icing/jni/
Dicing-search-engine-jni.cc159 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngineImpl_nativeGetSchemaType()
354 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngineImpl_nativeDeleteBySchemaType()
560 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngine_nativeGetSchemaType()
638 JNIEnv* env, jclass clazz, jobject object, jstring schema_type) { in Java_com_google_android_icing_IcingSearchEngine_nativeDeleteBySchemaType()
/external/icing/icing/
Dschema-builder.h124 PropertyConfigBuilder& SetDataTypeDocument(std::string_view schema_type, in SetDataTypeDocument()
Dicing-search-engine.cc1061 std::string_view schema_type) { in GetSchemaType()
1335 const std::string_view schema_type) { in DeleteBySchemaType()
/external/icing/icing/monkey_test/
Din-memory-icing-search-engine.cc175 InMemoryIcingSearchEngine::DeleteBySchemaType(const std::string &schema_type) { in DeleteBySchemaType()
Dicing-monkey-test-runner.cc314 std::string schema_type = document_generator_->GetType().schema_type(); in DoDeleteBySchemaType() local
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Ddiscovery.py367 def _cast(value, schema_type): argument
/external/icing/icing/scoring/advanced_scoring/
Dadvanced-scorer_test.cc176 std::string schema_type, std::vector<PropertyWeight>&& property_weights) { in CreateTypePropertyWeights()
/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.cc1411 std::string_view schema_type) { in DeleteBySchemaType()