1 // This file was automatically generated by protocompiler
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define AWDKEYCHAINSECDBMARKEDCORRUPT_FUNCTION extern "C"
11 #define AWDKEYCHAINSECDBMARKEDCORRUPT_FUNCTION extern
14 @interface AWDKeychainSecDbMarkedCorrupt
: PBCodable
<NSCopying
>
27 @
property (nonatomic
) BOOL hasTimestamp
;
28 @
property (nonatomic
) uint64_t timestamp
;
30 @
property (nonatomic
) BOOL hasReason
;
31 @
property (nonatomic
) uint32_t reason
;
33 @
property (nonatomic
) BOOL hasSqlitecode
;
34 @
property (nonatomic
) uint32_t sqlitecode
;
36 // Performs a shallow copy into other
37 - (void)copyTo
:(AWDKeychainSecDbMarkedCorrupt
*)other
;
39 // Performs a deep merge from other into self
40 // If set in other, singular values in self are replaced in self
41 // Singular composite values are recursively merged
42 // Repeated values from other are appended to repeated values in self
43 - (void)mergeFrom
:(AWDKeychainSecDbMarkedCorrupt
*)other
;
45 AWDKEYCHAINSECDBMARKEDCORRUPT_FUNCTION BOOL
AWDKeychainSecDbMarkedCorruptReadFrom(__unsafe_unretained AWDKeychainSecDbMarkedCorrupt
*self
, __unsafe_unretained PBDataReader
*reader
);