Home
last modified time | relevance | path

Searched refs:Struct2 (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/pin-project-lite/tests/
Dtest.rs168 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/
DBuiltinOffsetof.cpp7 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/
Dpin_project.rs191 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/
DSerializationTest.java16 import org.chromium.mojo.bindings.test.mojom.mojo.Struct2;
47 Struct2 struct = new Struct2(); in testHandle()
/external/rust/crates/structopt/tests/
Dflatten.rs140 Struct1(Struct2), in subcommand_in_flatten()
144 pub struct Struct2 { in subcommand_in_flatten() struct
/external/rust/crates/pin-project-lite/tests/ui/
Dunsupported.rs8 struct Struct2(); //~ ERROR no rules expected the token `(`
Dunsupported.stderr15 8 | | struct Struct2(); //~ ERROR no rules expected the token `(`
/external/llvm-project/clang/test/Index/Core/
Dindex-source.cpp537 struct Struct2 { struct
545 __builtin_offsetof(Struct2, array[1][0].field); in foo()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dserialization_test_structs.mojom12 struct Struct2 {
/external/libchrome/mojo/public/cpp/bindings/tests/
Dserialization_warning_unittest.cc98 Struct2Ptr test_struct(Struct2::New()); in TEST_F()
104 test_struct = Struct2::New(); in TEST_F()