Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dschema-store.h133 struct SetSchemaResult { struct
138 bool success = false;
147 std::unordered_set<SchemaTypeId> old_schema_type_ids_changed;
151 std::unordered_set<std::string> schema_types_deleted_by_name;
156 std::unordered_set<SchemaTypeId> schema_types_deleted_by_id;
162 std::unordered_set<std::string> schema_types_incompatible_by_name;
168 std::unordered_set<SchemaTypeId> schema_types_incompatible_by_id;
172 std::unordered_set<std::string> schema_types_new_by_name;
178 schema_types_changed_fully_compatible_by_name;
183 std::unordered_set<std::string> schema_types_index_incompatible_by_name;
[all …]