Home
last modified time | relevance | path

Searched refs:commentsValue_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.h79 NSString *commentsValue_; // Comments from the user variable
Dcrash_report_sender.m470 return [[commentsValue_ retain] autorelease];
474 if (commentsValue_ != value) {
475 [commentsValue_ release];
476 commentsValue_ = [value copy];