Searched refs:GPBNoHasBit (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/objectivec/google/protobuf/ |
D | Api.pbobjc.m | 96 .hasIndex = GPBNoHasBit, 105 .hasIndex = GPBNoHasBit, 132 .hasIndex = GPBNoHasBit, 253 .hasIndex = GPBNoHasBit,
|
D | Type.pbobjc.m | 131 .hasIndex = GPBNoHasBit, 140 .hasIndex = GPBNoHasBit, 149 .hasIndex = GPBNoHasBit, 304 .hasIndex = GPBNoHasBit, 527 .hasIndex = GPBNoHasBit, 536 .hasIndex = GPBNoHasBit, 633 .hasIndex = GPBNoHasBit,
|
D | Struct.pbobjc.m | 107 .hasIndex = GPBNoHasBit, 275 .hasIndex = GPBNoHasBit,
|
D | FieldMask.pbobjc.m | 71 .hasIndex = GPBNoHasBit,
|
/external/protobuf/objectivec/ |
D | GPBUtilities_PackagePrivate.h | 47 #define GPBNoHasBit INT32_MAX macro
|
D | GPBDescriptor.m | 518 (coreDesc->hasIndex != GPBNoHasBit) &&
|
D | GPBUtilities.m | 292 NSCAssert(idx != GPBNoHasBit, @"Invalid has bit."); 315 NSCAssert(idx != GPBNoHasBit, @"Invalid has bit.");
|