Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/file/
H A Dfile-backed-vector.h803 FileBackedVector<T>::GetMutable(int32_t idx) { in GetMutable() function
820 FileBackedVector<T>::GetMutable(int32_t idx, int32_t len) { in GetMutable() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dblob.h96 T* GetMutable() { in GetMutable() function
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpolicy_map.cc69 PolicyMap::Entry* PolicyMap::GetMutable(const std::string& policy) { in GetMutable() function in policy::PolicyMap