Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h96 void setEnd(T *P) { this->EndX = P; } in setEnd() function in llvm::SmallVectorTemplateCommon
215 this->setEnd(this->end()+1);
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(thi in resize()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php116 public function setEnd($var) function
H A DExtensionRange.php117 public function setEnd($var) function
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php118 public function setEnd($var) function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java24 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSTZInfo.java25 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
H A 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/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php206 public function setEnd($var) function
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.h222 setEnd = 1 << 16 | 2, enumerator
H A Dregexcmp.cpp1707 setEval(setEnd); in doParseActions()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.h222 setEnd = 1 << 16 | 2, enumerator
H A Dregexcmp.cpp1707 setEval(setEnd); in doParseActions()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.h236 setEnd = 1 << 16 | 2, enumerator
H A Dregexcmp.cpp1709 setEval(setEnd); in doParseActions()
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h32 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) ); member in SkCoincidentSpans
38 void (SkCoincidentSpans::* setEnd)(const SkOpPtT* ptT) const) const;
H A DSkOpCoincidence.cpp34 void (SkCoincidentSpans::*setEnd)(const SkOpPtT* ptT) ) { in setEnd() function
41 (this->*setEnd)(testPtT); in setEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h100 void setEnd(const IndexType &E) { second = E; } in setEnd() function in llvm::HexagonBlockRanges::IndexType::IndexRange
H A DHexagonBlockRanges.cpp65 setEnd(AE); in merge()
/third_party/protobuf/js/binary/
H A Dreader.js544 this.decoder_.setEnd(newEnd);
551 this.decoder_.setEnd(oldEnd);
H A Ddecoder.js201 jspb.BinaryDecoder.prototype.setEnd = function(end) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp839 setEnd();
851 setEnd();
870 setEnd();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h493 void setEnd() { *this = ValueIterator(); } in setEnd() function in llvm::DWARFDebugNames::ValueIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function in llvm::mca::CycleSegment
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java845 DescriptorProto.ExtensionRange.newBuilder().setStart(1).setEnd(536870912).build()) in Descriptor()

Completed in 37 milliseconds

12