Home
last modified time | relevance | path

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

123

/external/protobuf/objectivec/google/protobuf/
DApi.pbobjc.m87 .hasIndex = 0,
96 .hasIndex = GPBNoHasBit,
105 .hasIndex = GPBNoHasBit,
114 .hasIndex = 1,
123 .hasIndex = 2,
132 .hasIndex = GPBNoHasBit,
141 .hasIndex = 3,
208 .hasIndex = 0,
217 .hasIndex = 1,
226 .hasIndex = 2,
[all …]
DType.pbobjc.m122 .hasIndex = 0,
131 .hasIndex = GPBNoHasBit,
140 .hasIndex = GPBNoHasBit,
149 .hasIndex = GPBNoHasBit,
158 .hasIndex = 1,
167 .hasIndex = 2,
241 .hasIndex = 0,
250 .hasIndex = 1,
259 .hasIndex = 2,
268 .hasIndex = 3,
[all …]
DStruct.pbobjc.m107 .hasIndex = GPBNoHasBit,
162 .hasIndex = -1,
171 .hasIndex = -1,
180 .hasIndex = -1,
189 .hasIndex = -1,
198 .hasIndex = -1,
207 .hasIndex = -1,
275 .hasIndex = GPBNoHasBit,
DWrappers.pbobjc.m71 .hasIndex = 0,
116 .hasIndex = 0,
161 .hasIndex = 0,
206 .hasIndex = 0,
251 .hasIndex = 0,
296 .hasIndex = 0,
340 .hasIndex = 0,
385 .hasIndex = 0,
430 .hasIndex = 0,
DDuration.pbobjc.m73 .hasIndex = 0,
82 .hasIndex = 1,
DAny.pbobjc.m73 .hasIndex = 0,
82 .hasIndex = 1,
DTimestamp.pbobjc.m73 .hasIndex = 0,
82 .hasIndex = 1,
DSourceContext.pbobjc.m71 .hasIndex = 0,
DFieldMask.pbobjc.m71 .hasIndex = GPBNoHasBit,
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapType.java49 if (hasIndex()) { in StackMapType()
104 if (hasIndex()) { in dump()
112 public final boolean hasIndex() { in hasIndex() method in StackMapType
DStackMapEntry.java237 return 1 + (types_of_stack_items[0].hasIndex() ? 3 : 1); in getMapEntrySize()
239 return 3 + (types_of_stack_items[0].hasIndex() ? 3 : 1); in getMapEntrySize()
247 len += types_of_local.hasIndex() ? 3 : 1; in getMapEntrySize()
253 len += types_of_local.hasIndex() ? 3 : 1; in getMapEntrySize()
256 len += types_of_stack_item.hasIndex() ? 3 : 1; in getMapEntrySize()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DPropertyMetadataTest.java77 assertFalse(md.hasIndex()); in testPropertyMetadata()
79 assertTrue(md.hasIndex()); in testPropertyMetadata()
/external/protobuf/objectivec/
DGPBDescriptor.m85 static NSArray *NewFieldsArrayForHasIndex(int hasIndex,
89 static NSArray *NewFieldsArrayForHasIndex(int hasIndex,
93 if (fieldDesc->description_->hasIndex == hasIndex) {
187 for (uint32_t i = 0, hasIndex = firstHasIndex; i < count; ++i, --hasIndex) {
189 NSArray *fieldsForOneof = NewFieldsArrayForHasIndex(hasIndex, fields_);
191 @"No fields for this oneof? (%s:%d)", name, hasIndex);
512 // If there is a positive hasIndex, then:
517 if ((coreDesc->hasIndex >= 0) &&
518 (coreDesc->hasIndex != GPBNoHasBit) &&
DGPBDescriptor_PackagePrivate.h95 int32_t hasIndex; member
272 return field->description_->hasIndex; in GPBFieldHasIndex()
DGPBUtilities_PackagePrivate.h194 return GPBGetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number); in GPBGetHasIvarField()
199 GPBSetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number, value); in GPBSetHasIvarField()
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp148 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
150 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp185 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
187 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
/external/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp186 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
188 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
/external/angle/src/common/
Dutilities.cpp897 bool hasIndex = true; in ParseResourceName() local
898 while (hasIndex) in ParseResourceName()
902 hasIndex = (open != std::string::npos) && (close == baseNameLength - 1); in ParseResourceName()
903 if (hasIndex) in ParseResourceName()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProBoundsConstantArrayIndexCheck.cpp44 hasIndex(expr().bind("index")), unless(hasAncestor(isImplicit()))) in registerMatchers()
/external/python/httplib2/doc/html/_static/
Dsearchtools.js241 hasIndex : function() { method
283 if (this.hasIndex())
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp116 arraySubscriptExpr(hasIndex(SignedCharCastExpr)).bind("arraySubscript"); in registerMatchers()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h73 bool hasIndex() const { in hasIndex() function
163 assert(hasIndex()); in getIndex()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DPropertyMetadata.java259 public boolean hasIndex() { return _index != null; } in hasIndex() method in PropertyMetadata
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h198 return !Indexes->hasIndex(Instr); in isNotInMIMap()

123