Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h42 struct CustomInfoEntry { struct
47 CustomInfoEntry() { in CustomInfoEntry() argument
53 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) { in CustomInfoEntry() function
58 void set_name(const wchar_t* name_arg) { in set_name()
66 void set_value(const wchar_t* value_arg) { in set_value()
97 const CustomInfoEntry* entries; argument