Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h96 void setEnd(T *P) { this->EndX = P; } in setEnd() function
215 this->setEnd(this->end()+1); in push_back()
222 this->setEnd(this->end()+1); in push_back()
226 this->setEnd(this->end()-1); in pop_back()
252 this->setEnd(NewElts+CurSize); in grow()
310 this->setEnd(this->end()+1); in push_back()
314 this->setEnd(this->end()-1); in pop_back()
355 this->setEnd(this->begin()+N); in resize()
361 this->setEnd(this->begin()+N); in resize()
368 this->setEnd(this->begin()+N); in resize()
[all …]
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php116 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php117 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php118 public function setEnd($var) function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DSTZInfo.java25 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
DSimpleTimeZone.java437 getSTZInfo().setEnd(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setEndRule()
457 getSTZInfo().setEnd(month, -1, -1, time, dayOfMonth, false); in setEndRule()
482 getSTZInfo().setEnd(month, -1, dayOfWeek, time, dayOfMonth, after); in setEndRule()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSTZInfo.java24 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
DSimpleTimeZone.java452 getSTZInfo().setEnd(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setEndRule()
473 getSTZInfo().setEnd(month, -1, -1, time, dayOfMonth, false); in setEndRule()
499 getSTZInfo().setEnd(month, -1, dayOfWeek, time, dayOfMonth, after); in setEndRule()
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php206 public function setEnd($var) function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/third_party/flutter/skia/src/pathops/
DSkOpCoincidence.h32 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) );
38 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) const) const;
DSkOpCoincidence.cpp34 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in correctOneEnd()
41 (this->*setEnd)(testPtT); in correctOneEnd()
/third_party/skia/src/pathops/
DSkOpCoincidence.h32 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) );
38 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) const) const;
DSkOpCoincidence.cpp34 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in correctOneEnd()
41 (this->*setEnd)(testPtT); in correctOneEnd()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h236 setEnd = 1 << 16 | 2, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h236 setEnd = 1 << 16 | 2, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h236 setEnd = 1 << 16 | 2, enumerator
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h236 setEnd = 1 << 16 | 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h100 void setEnd(const IndexType &E) { second = E; } in setEnd() function
DHexagonBlockRanges.cpp65 setEnd(AE); in merge()
/third_party/protobuf/js/binary/
Dreader.js544 this.decoder_.setEnd(newEnd);
551 this.decoder_.setEnd(oldEnd);
Ddecoder.js201 jspb.BinaryDecoder.prototype.setEnd = function(end) { method in jspb.BinaryDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp839 setEnd(); in searchFromStartOfCurrentIndex()
851 setEnd(); in next()
870 setEnd(); in ValueIterator()
/third_party/typescript/src/services/
DtextChanges.ts25 function setEnd(n: TextRange, end: number): void { function
1047 setEnd(node, lastNonTriviaPosition);
1057 setEnd(nodes, lastNonTriviaPosition);
1067 setEnd(node, lastNonTriviaPosition);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h493 void setEnd() { *this = ValueIterator(); } in setEnd() function

12