HomeSort by relevance Sort by last modified time
    Searched defs:GetValuePtr (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
static_map_iterator.h 33 // use GetKeyPtr(), GetKey(), GetValuePtr() interfaces to retrieve data or
50 // User should use GetKey(), GetKeyPtr(), GetValuePtr() instead;
74 inline const Value* GetValuePtr() const {
  /art/runtime/base/
variant_map.h 218 return GetValuePtr(key);
225 return GetValuePtr(key);
274 // Clone the value first, to protect against &value == GetValuePtr(key).
419 TValue* GetValuePtr(const TKey<TValue>& key) {
424 const TValue* GetValuePtr(const TKey<TValue>& key) const {

Completed in 289 milliseconds