Searched refs:GPBNoHasBit (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/objectivec/google/protobuf/ |
D | Type.pbobjc.m | 120 .hasIndex = GPBNoHasBit, 129 .hasIndex = GPBNoHasBit, 138 .hasIndex = GPBNoHasBit, 291 .hasIndex = GPBNoHasBit, 510 .hasIndex = GPBNoHasBit, 519 .hasIndex = GPBNoHasBit, 614 .hasIndex = GPBNoHasBit,
|
D | Api.pbobjc.m | 88 .hasIndex = GPBNoHasBit, 97 .hasIndex = GPBNoHasBit, 124 .hasIndex = GPBNoHasBit, 243 .hasIndex = GPBNoHasBit,
|
D | FieldMask.pbobjc.m | 52 .hasIndex = GPBNoHasBit,
|
D | Struct.pbobjc.m | 84 .hasIndex = GPBNoHasBit, 248 .hasIndex = GPBNoHasBit,
|
/external/protobuf/objectivec/ |
D | GPBUtilities_PackagePrivate.h | 47 #define GPBNoHasBit INT32_MAX macro
|
D | GPBDescriptor.m | 398 (coreDesc->hasIndex != GPBNoHasBit) &&
|
D | GPBUtilities.m | 112 NSCAssert(idx != GPBNoHasBit, @"Invalid has bit."); 135 NSCAssert(idx != GPBNoHasBit, @"Invalid has bit.");
|