Home
last modified time | relevance | path

Searched defs:CustomInfoEntry (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h43 struct CustomInfoEntry { struct
48 CustomInfoEntry() { in CustomInfoEntry() function
54 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) { in CustomInfoEntry() argument
59 void set_name(const wchar_t* name_arg) { in set_name()
67 void set_value(const wchar_t* value_arg) { in set_value()
98 const CustomInfoEntry* entries; argument