Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstatic_map_iterator.h65 const Key* GetKeyPtr() const;
68 inline const Key GetKey() const { return *GetKeyPtr(); } in GetKey()
Dstatic_map_iterator-inl.h106 const Key* StaticMapIterator<Key, Value, Compare>::GetKeyPtr() const { in GetKeyPtr() function