Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dvariant_map.h442 return const_cast<TValue*>(GetValueConstPtr(key)); in GetValuePtr()
447 return GetValueConstPtr(key); in GetValuePtr()
451 const TValue* GetValueConstPtr(const TKey<TValue>& key) const { in GetValueConstPtr() function