Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstatic_map_iterator.h71 const char* GetValueRawPtr() const;
75 return reinterpret_cast<const Value*>(GetValueRawPtr()); in GetValuePtr()
Dstatic_map_iterator-inl.h115 const char* StaticMapIterator<Key, Value, Compare>::GetValueRawPtr() const { in GetValueRawPtr() function