OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BreakpadRef
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/ios/
Breakpad.h
32
// EXC_BAD_ACCESS) occurs, it will be handled by the
BreakpadRef
40
typedef void *
BreakpadRef
;
65
// Create a new
BreakpadRef
object and install it as an exception
157
// Returns a new
BreakpadRef
object on success, NULL otherwise.
158
BreakpadRef
BreakpadCreate(NSDictionary *parameters);
161
void BreakpadRelease(
BreakpadRef
ref);
182
void BreakpadSetKeyValue(
BreakpadRef
ref, NSString *key, NSString *value);
183
NSString *BreakpadKeyValue(
BreakpadRef
ref, NSString *key);
184
void BreakpadRemoveKeyValue(
BreakpadRef
ref, NSString *key);
190
void BreakpadAddUploadParameter(
BreakpadRef
ref, NSString *key
[
all
...]
/external/google-breakpad/src/client/mac/Framework/
Breakpad.h
32
// EXC_BAD_ACCESS) occurs, it will be handled by the
BreakpadRef
48
typedef void *
BreakpadRef
;
70
// Create a new
BreakpadRef
object and install it as an exception
228
// Returns a new
BreakpadRef
object on success, NULL otherwise.
229
BreakpadRef
BreakpadCreate(NSDictionary *parameters);
232
void BreakpadRelease(
BreakpadRef
ref);
239
void BreakpadSetFilterCallback(
BreakpadRef
ref,
262
void BreakpadSetKeyValue(
BreakpadRef
ref, NSString *key, NSString *value);
263
NSString *BreakpadKeyValue(
BreakpadRef
ref, NSString *key);
264
void BreakpadRemoveKeyValue(
BreakpadRef
ref, NSString *key)
[
all
...]
Completed in 147 milliseconds