| /third_party/rust/rust/tests/ui/derives/ |
| D | issue-91550.rs | 14 struct Object<T>(T); struct 15 impl<T: Eq> Object<T> { impl 18 impl<T: Ord> Object<T> { implementation 21 impl<T: Ord + PartialOrd> Object<T> { implementation
|
| D | issue-91492.rs | 17 struct Object<T, A>(T, A); struct 18 impl<T: Clone, A: Default> Object<T, A> { impl
|
| /third_party/flatbuffers/tests/private_annotation_test/ |
| D | object_generated.rs | 15 pub(crate) struct Object(pub [u8; 4]); struct 16 impl Default for Object { implementation 21 impl core::fmt::Debug for Object { implementation 29 impl flatbuffers::SimpleToVerifyInSlice for Object {} implementation 30 impl<'a> flatbuffers::Follow<'a> for Object { implementation 37 impl<'a> flatbuffers::Follow<'a> for &'a Object { implementation 44 impl<'b> flatbuffers::Push for Object { implementation 48 let src = ::core::slice::from_raw_parts(self as *const Object as *const u8, Self::size()); in push() constant 53 impl<'a> flatbuffers::Verifiable for Object { implementation 63 impl<'a> Object { impl [all …]
|
| /third_party/rust/rust/tests/ui/cross-crate/issue-64872/auxiliary/ |
| D | a_def_obj.rs | 6 pub trait Object { fn method(&self) { } } in method() trait 9 impl Object for () { } impl 10 impl<T> Object for &T { } impl
|
| /third_party/rust/rust/tests/ui/coherence/ |
| D | coherence-impl-trait-for-marker-trait-negative.rs | 12 trait Object: Marker1 {} trait 26 impl !Marker2 for dyn Object {} //~ ERROR E0321 implementation 27 impl !Send for dyn Object {} //~ ERROR E0321 implementation
|
| D | coherence-impl-trait-for-marker-trait-positive.rs | 12 trait Object: Marker1 {} trait 26 impl Marker2 for dyn Object {} //~ ERROR E0321 implementation 27 unsafe impl Send for dyn Object {} //~ ERROR E0321 implementation
|
| /third_party/rust/rust/tests/ui/impl-trait/ |
| D | dyn-trait-elided-two-inputs-ref-param.rs | 12 trait Object {} trait 14 fn alpha(x: &str, y: &str) -> impl Alpha<dyn Object> { () } in alpha() 17 fn bar(x: &str) -> &impl Alpha<dyn Object> { &() } in bar()
|
| D | dyn-trait-elided-two-inputs-param.rs | 8 trait Object {} trait 10 fn alpha(x: &str, y: &str) -> impl Alpha<dyn Object> { () } in alpha()
|
| /third_party/rust/rust/tests/ui/async-await/issues/ |
| D | issue-62517-2.rs | 8 trait Object {} interface 12 async fn foo<'a>(_: &'a ()) -> impl Alpha<dyn Object> {} in foo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackReader.h | 75 struct Object { struct 94 Object() : Kind(Type::Int), Int(0) {} in Object() function
|
| /third_party/skia/modules/sksg/samples/ |
| D | SampleSVGPong.cpp | 224 struct Object { struct in PongView 225 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize() 234 void posTick(SkScalar dt) { in posTick() 238 void updateDom() { in updateDom() 250 sk_sp<sksg::RRect> objectNode, 251 shadowNode; 252 SkPoint pos; 253 SkVector spd; 254 SkSize size;
|
| /third_party/skia/m133/modules/sksg/slides/ |
| D | SVGPongSlide.cpp | 217 struct Object { struct in PongSlide 218 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize() 227 void posTick(SkScalar dt) { in posTick() 231 void updateDom() { in updateDom() 243 sk_sp<sksg::RRect> objectNode, 244 shadowNode; 245 SkPoint pos; 246 SkVector spd; 247 SkSize size;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | es6modulekindExportClassNameWithObject.js | 6 var Object = /** @class */ (function () { class 7 function Object() { class in Object
|
| D | exnextmodulekindExportClassNameWithObject.js | 6 var Object = /** @class */ (function () { class 7 function Object() { class in Object
|
| D | exportClassNameWithObjectCommonJS.js | 9 var Object = /** @class */ (function () { class 10 function Object() { class in Object
|
| D | exportDefaultClassNameWithObject.js | 8 var Object = /** @class */ (function () { class 9 function Object() { class in Object
|
| D | instanceofOperator.js | 34 var Object = /** @class */ (function () { class 35 function Object() { class in anonymousFunction9c9528700200.Object
|
| D | exportClassNameWithObjectSystem.js | 13 Object = /** @class */ (function () { class 14 function Object() { class in anonymousFunctionf32c018b0200.anonymousFunctionf32c018b0300.Object
|
| D | exportClassNameWithObjectAMD.js | 10 var Object = /** @class */ (function () { class 11 function Object() { class in anonymousFunctionf77f47580200.Object
|
| /third_party/typescript/tests/cases/conformance/types/keyof/ |
| D | keyofAndIndexedAccessErrors.ts | 12 type T01 = keyof Object; alias 13 type T02 = keyof keyof Object; alias 14 type T03 = keyof keyof keyof Object; alias 15 type T04 = keyof keyof keyof keyof Object; alias 16 type T05 = keyof keyof keyof keyof keyof Object; alias 17 type T06 = keyof keyof keyof keyof keyof keyof Object; alias
|
| /third_party/typescript/tests/cases/conformance/node/allowJs/ |
| D | nodeModulesAllowJsGeneratedNameCollisions.ts | 10 class Object {} class 17 class Object {} class
|
| /third_party/typescript/tests/cases/conformance/node/ |
| D | nodeModulesGeneratedNameCollisions.ts | 7 class Object {} class 14 class Object {} class
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | dtype.h | 71 MS_DECLARE_PARENT(String, Object) in MS_DECLARE_PARENT() argument 101 MS_DECLARE_PARENT(Keyword, Object) in MS_DECLARE_PARENT() argument 148 MS_DECLARE_PARENT(Slice, Object) in MS_DECLARE_PARENT() argument 198 MS_DECLARE_PARENT(Function, Object) in MS_DECLARE_PARENT() argument 245 MS_DECLARE_PARENT(JTagged, Object) in MS_DECLARE_PARENT() argument 268 MS_DECLARE_PARENT(SymbolicKeyType, Object) in MS_DECLARE_PARENT() argument 286 MS_DECLARE_PARENT(EnvType, Object) in MS_DECLARE_PARENT() argument
|
| /third_party/rust/rust/tests/ui/wf/ |
| D | wf-in-obj-type-static.rs | 6 trait Object<T> { } interface
|
| D | wf-in-obj-type-trait.rs | 3 trait Object<T> { } interface
|