Home
last modified time | relevance | path

Searched defs:Other (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h94 ErrorOr(const ErrorOr &Other) { in ErrorOr()
114 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
177 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
200 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
209 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
222 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h104 ErrorOr(const ErrorOr &Other) { in ErrorOr()
124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
187 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
210 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution.js11 class Other {} class
34 function Other() { class in Other
DsuperCallInStaticMethod.js7 class Other extends Doing { class
74 function Other() { class in Other
/third_party/boost/libs/hana/test/core/
Dto.cpp24 struct Other { struct
25 int value;
26 using hana_tag = Datatype;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h56 Any(const Any &Other) in Any()
84 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
86 Any &swap(Any &Other) { in swap()
DSmallSet.h64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator()
73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals()
104 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals()
213 bool equals(const Expression &Other) const override { in equals()
284 bool equals(const Expression &Other) const override { in equals()
356 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
396 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
456 bool equals(const Expression &Other) const override { in equals()
518 bool equals(const Expression &Other) const override { in equals()
566 bool equals(const Expression &Other) const override { in equals()
603 bool equals(const Expression &Other) const override { in equals()
[all …]
/third_party/typescript/tests/projects/projectReferenceWithRootDirInParent/src/other/
Dother.ts1 export const Other = 0; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h60 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex()
73 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains()
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/decorators/accessor-decorators/
Daccessor-decorator-factory-static-member.src.ts1 class Other { class
/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md582 ## Other section in Api Reference:
584 ### buff.clear()
588 ### buff.remaining()
594 ### buff.internalBuffer
606 ### buff.toBuffer()
618 ### buff.toString([encoding])
624 ### buff.destroy()
/third_party/libuv/
DLINKS.md44 ### Other subsection
/third_party/typescript/tests/cases/compiler/
DjsEnumCrossFileExport.ts24 var Other = {}; variable
DsuperCallInStaticMethod.ts6 class Other extends Doing { class
DsuperCallInNonStaticMethod.ts6 class Other extends Doing { class
/third_party/typescript/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/initial-build/
Dbuilds-correctly.js34 export const Other = 0; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp158 void MCSymbolELF::setOther(unsigned Other) { in setOther()
167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
/third_party/flatbuffers/tests/union_vector/
Dcharacter.ts14 Other = 5, enumerator
DCharacter.php11 const Other = 5; define in Character
DCharacter.java10 public static final byte Other = 5; field in Character
DCharacter.kt12 const val Other: UByte = 5u constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h82 ValueLatticeElement(const ValueLatticeElement &Other) : Tag(undefined) { in ValueLatticeElement()
294 const ValueLatticeElement &Other) const { in getCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp22 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex()
147 const BaseIndexOffset &Other, in contains()

123456