Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBArray_PackagePrivate.h116 @interface GPBEnumArray () { in GPBEnumArray() function
DGPBArray.m2022 @implementation GPBEnumArray { implementation
2049 return [[(GPBEnumArray*)[self alloc] initWithValueArray:array] autorelease]; argument
2061 - (instancetype)initWithValueArray:(GPBEnumArray *)array {
2124 - (BOOL)isEqual:(GPBEnumArray *)other {
2302 - (void)addRawValuesFromArray:(GPBEnumArray *)array {
DGPBCodedOutputStream.m818 tag:(uint32_t)tag {
/external/protobuf/objectivec/Tests/
DGPBArrayTests.m39 @interface GPBEnumArray (TestingTweak) interface in TestingTweak
68 @implementation GPBEnumArray (TestingTweak) implementation in TestingTweak