| /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/rust/crates/clap/tests/derive_ui/ |
| D | external_subcommand_wrong_type.rs | 7 Other(Vec<CString>), enumerator 13 Other(String), enumerator 19 Other { a: String }, enumerator
|
| D | multiple_external_subcommand.rs | 15 Other(Vec<String>), enumerator
|
| /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/rust/crates/serde/test_suite/tests/ |
| D | test_identifier.rs | 47 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/ |
| D | derive_noncopy.rs | 8 struct Other { struct 9 x: usize,
|
| /third_party/typescript/tests/baselines/reference/ |
| D | tsxElementResolution.js | 11 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/ |
| 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/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/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/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/tests/projects/projectReferenceWithRootDirInParent/src/other/ |
| D | other.ts | 1 export const Other = 0; constant
|
| /third_party/libuv/ |
| D | LINKS.md | 44 ### Other subsection
|
| /third_party/rust/crates/serde/test_suite/tests/ui/identifier/ |
| D | other_untagged.rs | 7 Other, enumerator
|
| D | other_variant.rs | 7 Other, enumerator
|
| D | not_unit.rs | 8 Other(u8, u8), enumerator
|
| D | newtype_not_last.rs | 7 Other(String), enumerator
|
| D | other_not_last.rs | 8 Other, enumerator
|
| /third_party/typescript/tests/cases/compiler/ |
| D | jsEnumCrossFileExport.ts | 24 var Other = {}; variable
|
| /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/rust/crates/clap/tests/derive/ |
| D | subcommands.rs | 219 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
|
| D | utf8.rs | 175 Other(Vec<String>), enumerator 205 Other(Vec<OsString>), enumerator
|
| /third_party/typescript/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/initial-build/ |
| D | builds-correctly.js | 34 export const Other = 0; constant
|