/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A D | p6.cpp | 39 struct Outer { struct 45 Outer<int, int> outer; // expected-note{{instantiation}} argument 59 struct Outer { struct 64 struct Inner<T, T> { 69 struct Inner {
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | timing_test.cpp | 42 scudo::ScopedTimer Outer(getTimingManager(), "Level1"); in testCallTimers() local 68 scudo::ScopedTimer Outer(getTimingManager(), "Outer"); in TEST_F() local 85 scudo::ScopedTimer Outer(getTimingManager(), "Level1"); in TEST_F() local 143 scudo::ScopedTimer Outer(getTimingManager(), "Level1"); in TEST_F() local 173 { scudo::ScopedTimer Outer(getTimingManager(), "Timer"); } in TEST_F() local 235 { scudo::ScopedTimer Outer(getTimingManager(), "Timer"); } in TEST_F() local 256 scudo::ScopedTimer Outer(getTimingManager(), "VerifyReportTimer"); in TEST_F() local
|
/aosp_15_r20/external/libcxx/test/std/language.support/support.exception/uncaught/ |
H A D | uncaught_exceptions.pass.cpp | 32 struct Outer { struct 33 Outer(int depth) : d_(depth) {} in Outer() function 34 ~Outer() { in ~Outer() argument 48 Outer o(0); in main() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.exception/uncaught/ |
H A D | uncaught_exceptions.pass.cpp | 31 struct Outer { struct 32 Outer(int depth) : d_(depth) {} in Outer() function 33 ~Outer() { in ~Outer() argument 47 Outer o(0); in main() argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | constructor-template.cpp | 42 struct Outer { struct 47 explicit Outer(const A& a) : alloc(a) { } in Outer() function
|
H A D | ms-delayed-default-template-args.cpp | 25 struct Outer { struct 27 struct Foo { 30 typedef int Baz;
|
/aosp_15_r20/external/gsc-utils/rust/enum_utils_test/src/ |
H A D | lib.rs | 194 pub struct Outer { struct 198 impl Outer { implementation
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | default.lazy.verify.cpp | 18 struct Outer { struct 26 Outer x; // expected-no-diagnostics argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/ |
H A D | member_types.compile.pass.cpp | 98 using Outer = InnerRValue<BidiCommonOuter<BidiCommonInner>>; in test() typedef 111 using Outer = BidiCommonOuter<Inner>; in test() typedef 120 using Outer = DiffTypeRange<std::ptrdiff_t, Inner>; in test() typedef
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | template-linkage.cpp | 49 struct Outer { struct 50 template <typename T> struct Inner { 53 template <typename T> void Get() { in Get()
|
H A D | explicit-instantiation.cpp | 109 template <typename T> struct Outer { struct 110 struct Inner { 117 template struct Outer<int>; variable
|
H A D | cxx1y-variable-template.cpp | 11 template<typename T> struct Outer { struct 16 Outer<char[100]> outer_int; argument
|
/aosp_15_r20/external/clang/test/Analysis/inlining/ |
H A D | path-notes.c | 124 struct Outer { struct 130 void test(struct Outer *wrapperPtr) { in test() argument
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_type.pass.cpp | 40 using Outer = CountingAllocator<T, 1>; in test_bullet_one() typedef 73 using Outer = CountingAllocator<T, 1>; in test_bullet_two() typedef 106 using Outer = CountingAllocator<T, 1>; in test_bullet_three() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_type.pass.cpp | 41 using Outer = CountingAllocator<T, 1>; in test_bullet_one() typedef 73 using Outer = CountingAllocator<T, 1>; in test_bullet_two() typedef 111 using Outer = CountingAllocator<T, 1>; in test_bullet_three() typedef
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | callback_unittest.cc | 317 static int Outer(std::string* s, in Outer() function in base::__anonec608f8d0111::CallbackThenTest 325 static int Outer(std::string* s, int a, int b) { in Outer() function in base::__anonec608f8d0111::CallbackThenTest 331 static int Outer(std::string* s) { in Outer() function in base::__anonec608f8d0111::CallbackThenTest 338 static void Outer(std::string* s, in Outer() function in base::__anonec608f8d0111::CallbackThenTest 345 static void Outer(std::string* s, int a, int b) { in Outer() function in base::__anonec608f8d0111::CallbackThenTest 350 static void Outer(std::string* s) { in Outer() function in base::__anonec608f8d0111::CallbackThenTest
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-defaulted-functions.cpp | 163 struct Outer { struct 165 struct Inner1 { 170 struct Inner2 {
|
H A D | virtual-member-functions-key-function.cpp | 22 struct Outer { struct 29 void Outer::Inner::g() { } in g() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/ |
D | tables_last.rs | 114 struct Outer { in vec_order_issue_356() struct 115 v1: Vec<Inner>, in vec_order_issue_356() 116 v2: Vec<Inner>, in vec_order_issue_356()
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/ |
D | flatten.rs | 134 struct Outer { struct 152 let errors = Outer::from_derive_input(&parse_quote! { in do_not_suggest_invalid_alts() argument
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | const-method-call.cpp | 43 struct Outer { struct 44 int x; 45 Inner in;
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | bug354.go | 16 type Outer struct { struct 17 Inners []Inner
|
D | issue33724.go | 21 type Outer struct { struct 22 Inner
|
D | issue51401.go | 14 type Outer interface{ Inner } interface 42 func listFuncs(outer Outer) []func() error {
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/compile-fail/ |
D | flatten_meta_conflicts.rs | 10 struct Outer { struct 12 field: Inner,
|