Home
last modified time | relevance | path

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

1234567

/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/rust/crates/clap/tests/derive_ui/
Dexternal_subcommand_wrong_type.rs7 Other(Vec<CString>), enumerator
13 Other(String), enumerator
19 Other { a: String }, enumerator
Dmultiple_external_subcommand.rs15 Other(Vec<String>), enumerator
/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/rust/crates/serde/test_suite/tests/
Dtest_identifier.rs47 Other, in test_unit_fallthrough() enumerator
64 Other(String), in test_newtype_fallthrough() enumerator
77 Other(T), in test_newtype_fallthrough_generic() enumerator
/third_party/rust/crates/cxx/tests/ui/
Dderive_noncopy.rs8 struct Other { struct
9 x: usize,
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution.js11 class Other {} class
34 function Other() { class in Other
/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/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/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/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/tests/projects/projectReferenceWithRootDirInParent/src/other/
Dother.ts1 export const Other = 0; constant
/third_party/libuv/
DLINKS.md44 ### Other subsection
/third_party/rust/crates/serde/test_suite/tests/ui/identifier/
Dother_untagged.rs7 Other, enumerator
Dother_variant.rs7 Other, enumerator
Dnot_unit.rs8 Other(u8, u8), enumerator
Dnewtype_not_last.rs7 Other(String), enumerator
Dother_not_last.rs8 Other, enumerator
/third_party/typescript/tests/cases/compiler/
DjsEnumCrossFileExport.ts24 var Other = {}; variable
/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/rust/crates/clap/tests/derive/
Dsubcommands.rs219 Other(Vec<String>), in external_subcommand() enumerator
259 Other(Vec<OsString>), in external_subcommand_os_string() enumerator
283 Other(Vec<String>), in external_subcommand_optional() enumerator
565 Other(Other), in skip_subcommand() enumerator
570 enum Other { in skip_subcommand() enum
Dutf8.rs175 Other(Vec<String>), enumerator
205 Other(Vec<OsString>), enumerator
/third_party/typescript/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/initial-build/
Dbuilds-correctly.js34 export const Other = 0; constant

1234567