Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/language.support/support.exception/uncaught/
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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.exception/uncaught/
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
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
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 {
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddefault.lazy.verify.cpp18 struct Outer { struct
26 Outer x; // expected-no-diagnostics argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/iterator/
Dmember_types.compile.pass.cpp99 using Outer = InnerRValue<BidiCommonOuter<BidiCommonInner>>; in test() typedef
112 using Outer = BidiCommonOuter<Inner>; in test() typedef
121 using Outer = DiffTypeRange<std::ptrdiff_t, Inner>; in test() typedef
/external/clang/test/CodeGenCXX/
Dtemplate-linkage.cpp49 struct Outer { struct
50 template <typename T> struct Inner {
53 template <typename T> void Get() { in Get()
Dcxx1y-variable-template.cpp11 template<typename T> struct Outer { struct
16 Outer<char[100]> outer_int; argument
Dexplicit-instantiation.cpp109 template <typename T> struct Outer { struct
110 struct Inner {
117 template struct Outer<int>; variable
Dsections.cpp36 struct Outer { struct
37 void f() { in f()
/external/clang/test/SemaCXX/
Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { } in g() argument
Dcxx0x-defaulted-functions.cpp163 struct Outer { struct
165 struct Inner1 {
170 struct Inner2 {
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DAsEmptyPOJONoDefaultCtor2572Test.java12 static class Outer { class in AsEmptyPOJONoDefaultCtor2572Test
17 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in AsEmptyPOJONoDefaultCtor2572Test.Outer
DJsonSetter2572Test.java14 static class Outer { class in JsonSetter2572Test
19 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in JsonSetter2572Test.Outer
/external/clang/test/SemaTemplate/
Dconstructor-template.cpp42 struct Outer { struct
47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
Dms-delayed-default-template-args.cpp25 struct Outer { struct
27 struct Foo {
30 typedef int Baz;
/external/clang/test/Analysis/inlining/
Dpath-notes.c124 struct Outer { struct
130 void test(struct Outer *wrapperPtr) { in test() argument
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp41 using Outer = CountingAllocator<T, 1>; in test_bullet_one() typedef
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two() typedef
112 using Outer = CountingAllocator<T, 1>; in test_bullet_three() typedef
/external/clang/test/Modules/Inputs/
Dcxx-templates-common.h27 template<typename T> struct Outer { struct
28 template<typename U> struct Inner {
Dtemplates-top.h26 template<typename T> struct Outer { struct
27 struct Inner {};
/external/clang/test/CXX/class/class.friend/
Dp1.cpp5 struct Outer { struct
6 struct Inner {
/external/clang/test/Index/
Dcomment-cplus-decls.cpp102 template <class T> struct Outer { struct
104 struct Inner {
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DPojoAsArray646Test.java13 static class Outer { class in PojoAsArray646Test
16 public Outer() { in Outer() method in PojoAsArray646Test.Outer
/external/cronet/third_party/protobuf/python/google/protobuf/internal/import_test_package/
Douter.proto37 message Outer { message
/external/protobuf/python/google/protobuf/internal/import_test_package/
Douter.proto37 message Outer { message

12345