Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-property-iterator.h119 sorted_property_indexable_(schema_type_config.properties_size()), in LevelInfo()
152 return sorted_property_indexable_[current_vec_idx_]; in GetCurrentPropertyIndexable()
156 sorted_property_indexable_[current_vec_idx_] = indexable; in SetCurrentPropertyIndexable()
181 std::vector<bool> sorted_property_indexable_; variable