Home
last modified time | relevance | path

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

/external/icing/icing/file/
Dpersistent-hash-map.cc190 kv_storage_->GetMutable(entry->key_value_index(), kv_len)); in Put()
249 entry_storage_->GetMutable(idx_pair.target_entry_index)); in Delete()
259 bucket_storage_->GetMutable(bucket_idx)); in Delete()
276 entry_storage_->GetMutable(idx_pair.prev_entry_index)); in Delete()
621 bucket_storage_->GetMutable(bucket_idx)); in Insert()
669 bucket_storage_->GetMutable(bucket_idx)); in RehashIfNecessary()
Dfile-backed-vector_test.cc356 vector->GetMutable(3)); in TEST_F()
379 vector->GetMutable(3)); in TEST_F()
414 vector->GetMutable(kArrayViewOffset, /*len=*/3)); in TEST_F()
445 vector->GetMutable(kArrayViewOffset, kArrayViewLen)); in TEST_F()
472 vector->GetMutable(kArrayViewOffset, kArrayViewLen)); in TEST_F()
498 vector->GetMutable(kArrayViewOffset, /*len=*/3)); in TEST_F()
544 vector->GetMutable(kArrayViewOffset, kArrayViewLen)); in TEST_F()
Dfile-backed-vector.h278 libtextclassifier3::StatusOr<MutableView> GetMutable(int32_t idx);
293 libtextclassifier3::StatusOr<MutableArrayView> GetMutable(int32_t idx,
792 FileBackedVector<T>::GetMutable(int32_t idx) { in GetMutable() function
809 FileBackedVector<T>::GetMutable(int32_t idx, int32_t len) { in GetMutable() function
/external/libchrome/components/policy/core/common/
Dpolicy_map.h65 Entry* GetMutable(const std::string& policy);
Dpolicy_map.cc69 PolicyMap::Entry* PolicyMap::GetMutable(const std::string& policy) { in GetMutable() function in policy::PolicyMap
/external/icing/icing/index/numeric/
Dinteger-index-storage.cc495 sorted_buckets_->GetMutable(target_bucket - in AddKeys()
520 unsorted_buckets_->GetMutable(i)); in AddKeys()
/external/icing/icing/store/
Ddocument-store.cc1679 filter_cache_->GetMutable(document_id)); in UpdateSchemaStore()
1745 filter_cache_->GetMutable(document_id)); in OptimizedUpdateSchemaStore()