Home
last modified time | relevance | path

Searched defs:Outer (Results 1 – 25 of 189) sorted by relevance

12345678

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp39 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 Dtiming_test.cpp42 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 Duncaught_exceptions.pass.cpp32 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 Duncaught_exceptions.pass.cpp31 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 Dconstructor-template.cpp42 struct Outer { struct
47 explicit Outer(const A& a) : alloc(a) { } in Outer() function
H A Dms-delayed-default-template-args.cpp25 struct Outer { struct
27 struct Foo {
30 typedef int Baz;
/aosp_15_r20/external/gsc-utils/rust/enum_utils_test/src/
H A Dlib.rs194 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 Ddefault.lazy.verify.cpp18 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 Dmember_types.compile.pass.cpp98 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 Dtemplate-linkage.cpp49 struct Outer { struct
50 template <typename T> struct Inner {
53 template <typename T> void Get() { in Get()
H A Dexplicit-instantiation.cpp109 template <typename T> struct Outer { struct
110 struct Inner {
117 template struct Outer<int>; variable
H A Dcxx1y-variable-template.cpp11 template<typename T> struct Outer { struct
16 Outer<char[100]> outer_int; argument
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.c124 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 Dconstruct_type.pass.cpp40 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 Dconstruct_type.pass.cpp41 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 Dcallback_unittest.cc317 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 Dcxx0x-defaulted-functions.cpp163 struct Outer { struct
165 struct Inner1 {
170 struct Inner2 {
H A Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { } in g() argument
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dtables_last.rs114 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/
Dflatten.rs134 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 Dconst-method-call.cpp43 struct Outer { struct
44 int x;
45 Inner in;
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug354.go16 type Outer struct { struct
17 Inners []Inner
Dissue33724.go21 type Outer struct { struct
22 Inner
Dissue51401.go14 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/
Dflatten_meta_conflicts.rs10 struct Outer { struct
12 field: Inner,

12345678