Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-store.h65 struct SetSchemaResult { struct
70 bool success = false;
79 std::unordered_set<SchemaTypeId> old_schema_type_ids_changed;
83 std::unordered_set<std::string> schema_types_deleted_by_name;
88 std::unordered_set<SchemaTypeId> schema_types_deleted_by_id;
94 std::unordered_set<std::string> schema_types_incompatible_by_name;
100 std::unordered_set<SchemaTypeId> schema_types_incompatible_by_id;
104 std::unordered_set<std::string> schema_types_new_by_name;
110 schema_types_changed_fully_compatible_by_name;
115 std::unordered_set<std::string> schema_types_index_incompatible_by_name;