Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-store.cc1349 std::vector<std::string> blob_properties; in ConstructBlobPropertyMap() local
1355 blob_properties.push_back(iterator.GetCurrentPropertyPath()); in ConstructBlobPropertyMap()
1362 if (!blob_properties.empty()) { in ConstructBlobPropertyMap()
1364 {type_config.schema_type(), std::move(blob_properties)}); in ConstructBlobPropertyMap()