Searched refs:Struct2 (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/pin-project-lite/tests/ |
D | test.rs | 168 struct Struct2<I, J> in where_clause_and_associated_type_field() 255 pub struct Struct2<'a, T: ::core::fmt::Debug> { in trait_bounds_on_type_generics() 336 struct Struct2<'a, T, U> { in lifetime_project() 370 impl<'b, T, U> Struct2<'b, T, U> { in lifetime_project() impl 454 pub struct Struct2<T: ?Sized> { in dst() 460 let mut x = Struct2 { f: 0_u8 }; in dst() 461 let x: Pin<&mut Struct2<dyn core::fmt::Debug + Unpin>> = Pin::new(&mut x as _); in dst() 500 struct Struct2 { in dyn_type() 533 struct Struct2<A, B> { in no_infer_outlives()
|
/external/llvm-project/clang/test/Refactor/LocalRename/ |
D | BuiltinOffsetof.cpp | 7 struct Struct2 { struct 13 (void)__builtin_offsetof(Struct2, /*range array=*/array[1][0]./*range f=*/field); in foo() argument
|
/external/rust/crates/pin-project/tests/ |
D | pin_project.rs | 191 struct Struct2<I, J> in where_clause_and_associated_type_field() struct 272 pub struct Struct2<'a, T: ::core::fmt::Debug> { in trait_bounds_on_type_generics() struct 331 pub struct Struct2<'pin, 'pin_, 'pin__> { in overlapping_lifetime_names() struct 439 struct Struct2<'a, T, U> { in lifetime_project() struct 469 impl<'b, T, U> Struct2<'b, T, U> { in lifetime_project() implementation 550 struct Struct2<T: ?Sized> { in dst() struct 555 let mut x = Struct2 { f: 0_u8 }; in dst() 556 let x: Pin<&mut Struct2<dyn core::fmt::Debug + Unpin>> = Pin::new(&mut x as _); in dst() 685 struct Struct2 { in dyn_type() struct 827 struct Struct2<A, B> {
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | SerializationTest.java | 16 import org.chromium.mojo.bindings.test.mojom.mojo.Struct2; 47 Struct2 struct = new Struct2(); in testHandle()
|
/external/rust/crates/structopt/tests/ |
D | flatten.rs | 140 Struct1(Struct2), in subcommand_in_flatten() 144 pub struct Struct2 { in subcommand_in_flatten() struct
|
/external/rust/crates/pin-project-lite/tests/ui/ |
D | unsupported.rs | 8 struct Struct2(); //~ ERROR no rules expected the token `(`
|
D | unsupported.stderr | 15 8 | | struct Struct2(); //~ ERROR no rules expected the token `(`
|
/external/llvm-project/clang/test/Index/Core/ |
D | index-source.cpp | 537 struct Struct2 { struct 545 __builtin_offsetof(Struct2, array[1][0].field); in foo()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | serialization_test_structs.mojom | 12 struct Struct2 {
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | serialization_warning_unittest.cc | 98 Struct2Ptr test_struct(Struct2::New()); in TEST_F() 104 test_struct = Struct2::New(); in TEST_F()
|