struct Entry
Defined at line 54 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h
A single entry in the map.
Public Members
char[KeySize] key
char[ValueSize] value
Public Methods
bool is_active ()
Returns the validity of the entry.
If #key is an empty string, the entry is considered inactive, and this
method returns `false`. Otherwise, returns `true`.
Defined at line 70 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h