Home
last modified time | relevance | path

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

/external/icing/icing/file/
Dfile-backed-vector.h792 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.cc69 PolicyMap::Entry* PolicyMap::GetMutable(const std::string& policy) { in GetMutable() function in policy::PolicyMap