Home
last modified time | relevance | path

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

12

/external/icing/icing/index/iterator/
Dsection-restrict-data.cc32 const std::string& schema_type, in GenerateSectionMask()
50 const std::string& schema_type) { in ComputeAllowedSectionsMask()
98 const std::string* schema_type = std::move(schema_type_or).ValueOrDie(); in ComputeAllowedSectionsMask() local
/external/icing/icing/schema/
Dschema-util.cc323 for (const std::string& schema_type : in FindScorablePropertyInconsistentTypes() local
618 std::string_view schema_type(type_config.schema_type()); in BuildTransitiveDependentGraph() local
709 std::string_view schema_type(type_config.schema_type()); in Validate() local
777 for (const auto& schema_type : schema_types_with_joinable_property) { in Validate() local
783 std::string_view schema_type = frontier.front(); in Validate() local
821 std::string_view schema_type) { in ValidateSchemaType()
832 std::string_view property_name, std::string_view schema_type) { in ValidatePropertyName()
853 PropertyConfigProto::DataType::Code data_type, std::string_view schema_type, in ValidateDataType()
868 std::string_view schema_type, std::string_view property_name) { in ValidateCardinality()
881 std::string_view schema_type, in ValidateScorableType()
[all …]
Dschema-store.cc139 std::string GetDatabaseFromSchemaType(const std::string& schema_type, in GetDatabaseFromSchemaType()
1013 for (const std::string& schema_type : schema_delta.schema_types_deleted) { in SetSchemaWithDatabaseOverride() local
1025 for (const std::string& schema_type : in SetSchemaWithDatabaseOverride() local
1066 for (const std::string& schema_type : in SetSchemaWithDatabaseOverride() local
Dschema-store.h250 std::string schema_type; member
/external/icing/icing/monkey_test/
Din-memory-icing-search-engine.cc98 const std::string &schema_type, const std::string &property_name) const { in GetPropertyConfig() argument
114 const std::string &schema_type, in GetPropertyIndexInfo()
349 InMemoryIcingSearchEngine::DeleteBySchemaType(const std::string &schema_type) { in DeleteBySchemaType()
Dicing-monkey-test-runner.cc397 std::string schema_type = document_generator_->GetType().schema_type(); in DoDeleteBySchemaType() local
/external/icing/icing/query/
Dquery-utils.cc50 for (std::string_view schema_type : search_spec.schema_type_filters()) { in ConvertExactSchemaTypeToIds() local
Dsuggestion-processor.cc232 for (std::string_view schema_type : suggestion_spec.schema_type_filters()) { in QuerySuggestions() local
/external/icing/icing/
Dschema-builder.h153 PropertyConfigBuilder& SetDataTypeDocument(std::string_view schema_type, in SetDataTypeDocument()
165 std::string_view schema_type, in SetDataTypeDocument()
Dicing-search-engine.cc1391 std::string_view schema_type) { in GetSchemaType()
1798 const std::string_view schema_type) { in DeleteBySchemaType()
/external/icing/proto/icing/proto/
Dschema.proto44 optional string schema_type = 1; field
347 optional string schema_type = 3; field
Dscoring.proto190 optional string schema_type = 1; field
Dsearch.proto453 optional string schema_type = 1; field
/external/icing/icing/scoring/
Dsection-weights.cc53 std::string_view schema_type = type_property_weights.schema_type(); in Create() local
Dscoring-processor_test.cc192 std::string schema_type, std::vector<PropertyWeight> property_weights) { in CreateTypePropertyWeights()
/external/icing/isolated_storage_service/payload/
Dmain.cc135 const std::string& schema_type, in getSchemaType()
323 const std::string& schema_type, in deleteBySchemaType()
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Ddiscovery.py367 def _cast(value, schema_type): argument
/external/icing/icing/scoring/advanced_scoring/
Dscore-expression.cc828 for (std::string_view schema_type : alias_map_iter->second) { in GetAndValidateSchemaTypeIds() local
Dadvanced-scorer_test.cc247 std::string schema_type, std::vector<PropertyWeight>&& property_weights) { in CreateTypePropertyWeights()
/external/icing/icing/jni/
Dicing-search-engine-jni.cc176 jstring schema_type) { in nativeGetSchemaType()
468 jstring schema_type) { in nativeDeleteBySchemaType()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py681 def _cast(value, schema_type): argument
/external/perfetto/src/trace_processor/metrics/
Dmetrics.cc65 uint32_t schema_type, in ValidateSingleNonEmptyMessage()
/external/pytorch/torch/profiler/
D_memory_profiler.py271 def _types_match(cls, observed, schema_type) -> bool: argument
/external/libchrome/components/policy/core/common/
Dschema.cc79 const char* schema_type; in SchemaTypeToValueType() member
/external/icing/icing/store/
Ddocument-store.cc1728 std::string_view schema_type) { in DeleteBySchemaType()

12