Searched defs:FindMutable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h117 inline Value* FindMutable(Key key);
290 return const_cast<AddressMap*>(this)->FindMutable(key);
294 inline Value* AddressMap<Value>::FindMutable(Key key) { function in class:AddressMap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h117 inline Value* FindMutable(Key key);
290 return const_cast<AddressMap*>(this)->FindMutable(key);
294 inline Value* AddressMap<Value>::FindMutable(Key key) { function in class:AddressMap

Completed in 79 milliseconds