/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 94 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()
|
D | MSVCErrorWorkarounds.h | 31 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/ |
D | ErrorOr.h | 104 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/ |
D | tsxElementResolution.js | 11 class Other {} class 34 function Other() { class in Other
|
D | superCallInStaticMethod.js | 7 class Other extends Doing { class 74 function Other() { class in Other
|
/third_party/boost/libs/hana/test/core/ |
D | to.cpp | 24 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/ |
D | Any.h | 56 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()
|
D | SmallSet.h | 64 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/ |
D | GVNExpression.h | 100 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/ |
D | other.ts | 1 export const Other = 0; constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 60 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/ |
D | accessor-decorator-factory-static-member.src.ts | 1 class Other { class
|
/third_party/node/deps/npm/node_modules/smart-buffer/ |
D | README.md | 582 ## 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/ |
D | LINKS.md | 44 ### Other subsection
|
/third_party/typescript/tests/cases/compiler/ |
D | jsEnumCrossFileExport.ts | 24 var Other = {}; variable
|
D | superCallInStaticMethod.ts | 6 class Other extends Doing { class
|
D | superCallInNonStaticMethod.ts | 6 class Other extends Doing { class
|
/third_party/typescript/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/initial-build/ |
D | builds-correctly.js | 34 export const Other = 0; constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 158 void MCSymbolELF::setOther(unsigned Other) { in setOther() 167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
|
/third_party/flatbuffers/tests/union_vector/ |
D | character.ts | 14 Other = 5, enumerator
|
D | Character.php | 11 const Other = 5; define in Character
|
D | Character.java | 10 public static final byte Other = 5; field in Character
|
D | Character.kt | 12 const val Other: UByte = 5u constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 82 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/ |
D | SelectionDAGAddressAnalysis.cpp | 22 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() 147 const BaseIndexOffset &Other, in contains()
|