Home
last modified time | relevance | path

Searched refs:GetSchemaTypeConfig (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/util/
Ddocument-validator.cc80 auto type_config_or = schema_store_->GetSchemaTypeConfig(document.schema()); in Validate()
/external/icing/icing/schema/
Dschema-store.h370 GetSchemaTypeConfig(std::string_view schema_type) const;
Dschema-store.cc853 GetSchemaTypeConfig(type_name)); in GetSchema()
1139 SchemaStore::GetSchemaTypeConfig(std::string_view schema_type) const { in GetSchemaTypeConfig() function in icing::lib::SchemaStore
Dschema-store_test.cc478 EXPECT_THAT(store->GetSchemaTypeConfig("foo"), in TEST_F()
546 EXPECT_THAT(schema_store->GetSchemaTypeConfig("email"), in TEST_F()
574 EXPECT_THAT(schema_store->GetSchemaTypeConfig("email"), in TEST_F()
/external/icing/icing/
Dicing-search-engine.cc1402 auto type_config_or = schema_store_->GetSchemaTypeConfig(schema_type); in GetSchemaType()