OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKeyPtr
(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;
65
const Key*
GetKeyPtr
() const;
68
inline const Key GetKey() const { return *
GetKeyPtr
(); }
static_map_iterator-inl.h
106
const Key* StaticMapIterator<Key, Value, Compare>::
GetKeyPtr
() const {
108
BPLOG(ERROR) << "call
GetKeyPtr
() on invalid iterator";
Completed in 94 milliseconds