Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 25 of 28) sorted by relevance

12

/external/protobuf/objectivec/google/protobuf/
DType.pbobjc.m111 .hasIndex = 0,
120 .hasIndex = GPBNoHasBit,
129 .hasIndex = GPBNoHasBit,
138 .hasIndex = GPBNoHasBit,
147 .hasIndex = 1,
156 .hasIndex = 2,
228 .hasIndex = 0,
237 .hasIndex = 1,
246 .hasIndex = 2,
255 .hasIndex = 3,
[all …]
DApi.pbobjc.m79 .hasIndex = 0,
88 .hasIndex = GPBNoHasBit,
97 .hasIndex = GPBNoHasBit,
106 .hasIndex = 1,
115 .hasIndex = 2,
124 .hasIndex = GPBNoHasBit,
133 .hasIndex = 3,
198 .hasIndex = 0,
207 .hasIndex = 1,
216 .hasIndex = 2,
[all …]
DStruct.pbobjc.m84 .hasIndex = GPBNoHasBit,
137 .hasIndex = -1,
146 .hasIndex = -1,
155 .hasIndex = -1,
164 .hasIndex = -1,
173 .hasIndex = -1,
182 .hasIndex = -1,
248 .hasIndex = GPBNoHasBit,
DWrappers.pbobjc.m52 .hasIndex = 0,
95 .hasIndex = 0,
138 .hasIndex = 0,
181 .hasIndex = 0,
224 .hasIndex = 0,
267 .hasIndex = 0,
309 .hasIndex = 0,
352 .hasIndex = 0,
395 .hasIndex = 0,
DDuration.pbobjc.m54 .hasIndex = 0,
63 .hasIndex = 1,
DAny.pbobjc.m54 .hasIndex = 0,
63 .hasIndex = 1,
DTimestamp.pbobjc.m54 .hasIndex = 0,
63 .hasIndex = 1,
DSourceContext.pbobjc.m52 .hasIndex = 0,
DFieldMask.pbobjc.m52 .hasIndex = GPBNoHasBit,
/external/protobuf/objectivec/
DGPBDescriptor.m77 static NSArray *NewFieldsArrayForHasIndex(int hasIndex,
81 static NSArray *NewFieldsArrayForHasIndex(int hasIndex,
85 if (fieldDesc->description_->hasIndex == hasIndex) {
179 for (uint32_t i = 0, hasIndex = firstHasIndex; i < count; ++i, --hasIndex) {
181 NSArray *fieldsForOneof = NewFieldsArrayForHasIndex(hasIndex, fields_);
183 @"No fields for this oneof? (%s:%d)", name, hasIndex);
392 // If there is a positive hasIndex, then:
397 if ((coreDesc->hasIndex >= 0) &&
398 (coreDesc->hasIndex != GPBNoHasBit) &&
DGPBDescriptor_PackagePrivate.h94 int32_t hasIndex; member
258 return field->description_->hasIndex; in GPBFieldHasIndex()
DGPBUtilities_PackagePrivate.h179 return GPBGetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number); in GPBGetHasIvarField()
184 GPBSetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number, value); in GPBSetHasIvarField()
DGPBUtilities.m203 //% GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
325 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
511 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
558 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
607 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
656 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
705 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
754 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
803 GPBMaybeClearOneof(self, oneof, fieldDesc->hasIndex, fieldDesc->number);
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp148 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
150 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
DMachineBasicBlock.cpp297 if (Indexes->hasIndex(I)) in print()
822 if (Indexes->hasIndex(MI)) in SplitCriticalEdge()
DLiveIntervalAnalysis.cpp1486 while (Begin != MBB->begin() && !Indexes->hasIndex(*Begin)) in repairIntervalsInRange()
1488 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h198 return !Indexes->hasIndex(Instr); in isNotInMIMap()
DSlotIndexes.h417 bool hasIndex(const MachineInstr &instr) const {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h191 return !indexes_->hasIndex(Instr); in isNotInMIMap()
DSlotIndexes.h488 bool hasIndex(const MachineInstr *instr) const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp342 if (Indexes && Indexes->hasIndex(MI)) in report()
826 if (Indexes && Indexes->hasIndex(MI)) { in visitMachineInstrAfter()
DMachineBasicBlock.cpp242 if (Indexes->hasIndex(I)) in print()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp911 arraySubscriptExpr(hasIndex(integerLiteral(equals(1)))))); in TEST()
914 arraySubscriptExpr(hasIndex(integerLiteral(equals(1)))))); in TEST()
917 arraySubscriptExpr(hasIndex(integerLiteral(equals(0)))))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp232 REGISTER_MATCHER(hasIndex); in RegistryMaps()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1236 bool hasIndex = (open != std::string::npos) && (close == name.length() - 1); in ParseUniformName() local
1237 if(!hasIndex) in ParseUniformName()

12