/third_party/glslang/Test/baseResults/ |
D | spv.1.4.OpCopyLogical.comp.out | 32 Name 44 "Nested" 33 MemberName 44(Nested) 0 "f" 34 MemberName 44(Nested) 1 "S" 36 Name 48 "Nested" 37 MemberName 48(Nested) 0 "f" 38 MemberName 48(Nested) 1 "S" 42 Name 57 "Nested" 43 MemberName 57(Nested) 0 "f" 44 MemberName 57(Nested) 1 "S" 67 MemberDecorate 48(Nested) 0 Offset 0 [all …]
|
D | spv.1.4.OpCopyLogicalBool.comp.out | 32 Name 72 "Nested" 33 MemberName 72(Nested) 0 "b" 34 MemberName 72(Nested) 1 "S" 36 Name 76 "Nested" 37 MemberName 76(Nested) 0 "b" 38 MemberName 76(Nested) 1 "S" 42 Name 106 "Nested" 43 MemberName 106(Nested) 0 "b" 44 MemberName 106(Nested) 1 "S" 67 MemberDecorate 76(Nested) 0 Offset 0 [all …]
|
D | spv.multiStruct.comp.out | 32 Name 86 "Nested" 33 MemberName 86(Nested) 0 "f" 34 MemberName 86(Nested) 1 "S" 36 Name 90 "Nested" 37 MemberName 90(Nested) 0 "f" 38 MemberName 90(Nested) 1 "S" 42 Name 126 "Nested" 43 MemberName 126(Nested) 0 "f" 44 MemberName 126(Nested) 1 "S" 67 MemberDecorate 90(Nested) 0 Offset 0 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | classExtendsInterfaceInModule.symbols | 29 export namespace Nested { 30 >Nested : Symbol(Nested, Decl(classExtendsInterfaceInModule.ts, 7, 12)) 37 class D extends Mod.Nested.I {} 39 >Mod.Nested.I : Symbol(Mod.Nested.I, Decl(classExtendsInterfaceInModule.ts, 8, 26)) 40 >Mod.Nested : Symbol(Mod.Nested, Decl(classExtendsInterfaceInModule.ts, 7, 12)) 42 >Nested : Symbol(Mod.Nested, Decl(classExtendsInterfaceInModule.ts, 7, 12)) 43 >I : Symbol(Mod.Nested.I, Decl(classExtendsInterfaceInModule.ts, 8, 26))
|
D | truthinessCallExpressionCoercion.symbols | 175 function B(a: Nested, b: Nested) { 178 >Nested : Symbol(Nested, Decl(truthinessCallExpressionCoercion.ts, 92, 1)) 180 >Nested : Symbol(Nested, Decl(truthinessCallExpressionCoercion.ts, 92, 1)) 184 >a.stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 186 >stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 191 >b.stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 193 >stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 198 >a.stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 200 >stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) 205 >a.stats : Symbol(Nested.stats, Decl(truthinessCallExpressionCoercion.ts, 94, 18)) [all …]
|
D | classExtendsInterfaceInModule.types | 19 export namespace Nested { 24 class D extends Mod.Nested.I {} 26 >Mod.Nested.I : any 27 >Mod.Nested : any 29 >Nested : any
|
D | truthinessCallExpressionCoercion.types | 202 function B(a: Nested, b: Nested) { 203 >B : (a: Nested, b: Nested) => void 204 >a : Nested 205 >b : Nested 210 >a : Nested 218 >b : Nested 225 >a : Nested 233 >a : Nested 247 interface Nested {
|
D | contextuallyTypedBindingInitializerNegative.symbols | 32 interface Nested { 33 >Nested : Symbol(Nested, Decl(contextuallyTypedBindingInitializerNegative.ts, 5, 55)) 36 >nested : Symbol(Nested.nested, Decl(contextuallyTypedBindingInitializerNegative.ts, 7, 18)) 39 function ff({ nested: nestedRename = { show: v => v } }: Nested) {} 41 >nested : Symbol(Nested.nested, Decl(contextuallyTypedBindingInitializerNegative.ts, 7, 18)) 46 >Nested : Symbol(Nested, Decl(contextuallyTypedBindingInitializerNegative.ts, 5, 55))
|
D | classExtendsInterfaceInModule.errors.txt | 3 …terfaceInModule.ts(14,17): error TS2689: Cannot extend an interface 'Mod.Nested.I'. Did you mean '… 19 export namespace Nested { 24 class D extends Mod.Nested.I {} 26 !!! error TS2689: Cannot extend an interface 'Mod.Nested.I'. Did you mean 'implements'?
|
D | contextuallyTypedBindingInitializer.symbols | 37 interface Nested { 38 >Nested : Symbol(Nested, Decl(contextuallyTypedBindingInitializer.ts, 5, 66)) 41 >nested : Symbol(Nested.nested, Decl(contextuallyTypedBindingInitializer.ts, 7, 18)) 44 function ff({ nested = { show: v => v.toString() } }: Nested) {} 52 >Nested : Symbol(Nested, Decl(contextuallyTypedBindingInitializer.ts, 5, 66))
|
D | classExtendsInterfaceInModule.js | 10 export namespace Nested { 15 class D extends Mod.Nested.I {} 54 }(Mod.Nested.I));
|
/third_party/skia/tests/sksl/shared/ |
D | StructsInFunctions.metal | 8 struct Nested { 29 thread bool operator==(thread const Nested& left, thread const Nested& right); 30 thread bool operator!=(thread const Nested& left, thread const Nested& right); 41 void _skOutParamHelper1_modifies_a_struct_vS(thread Nested& n3) { 53 thread bool operator==(thread const Nested& left, thread const Nested& right) { 57 thread bool operator!=(thread const Nested& left, thread const Nested& right) { 90 Nested n1; 91 Nested n2; 92 Nested n3; 101 ….0, 3}) && s != returns_a_struct_S()) && n1 == n2) && n1 != n3) && n3 == Nested{S{1.0, 2}, S{2.0, …
|
D | StructsInFunctions.asm.frag | 24 OpName %Nested "Nested" 25 OpMemberName %Nested 0 "a" 26 OpMemberName %Nested 1 "b" 52 OpMemberDecorate %Nested 0 Offset 0 53 OpMemberDecorate %Nested 0 RelaxedPrecision 54 OpMemberDecorate %Nested 1 Offset 16 55 OpMemberDecorate %Nested 1 RelaxedPrecision 114 %Nested = OpTypeStruct %S %S 115 %_ptr_Function_Nested = OpTypePointer Function %Nested 211 %86 = OpLoad %Nested %n1 [all …]
|
D | StructsInFunctions.glsl | 9 struct Nested { 38 Nested n1; 39 Nested n2; 40 Nested n3; 49 ….0, 3)) && s != returns_a_struct_S()) && n1 == n2) && n1 != n3) && n3 == Nested(S(1.0, 2), S(2.0, …
|
/third_party/boost/libs/hana/test/issues/ |
D | github_331.cpp | 25 using Nested = hana::pair<hana::int_<1>, hana::int_<2>>; in main() typedef 26 using Pair = hana::pair<hana::int_<0>, Nested>; in main() 33 static_assert(std::is_same<decltype(b), Nested>{}, ""); in main() 37 using Nested = hana::basic_tuple<hana::int_<1>, hana::int_<2>>; in main() typedef 38 using Tuple = hana::basic_tuple<hana::int_<0>, Nested>; in main() 45 static_assert(std::is_same<decltype(b), Nested>{}, ""); in main()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | IssuesTest.cs | 86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging() 87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging() 88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
|
/third_party/boost/tools/quickbook/test/ |
D | anchor-1_1.quickbook | 27 [#a10][section Nested Section] 42 * Nested List 44 * Nested Item 1 45 * Nested Item 2 46 * [#a16] Nested Item 3 72 [section Nested anchors]
|
D | anchor-1_6.quickbook | 29 [#a10][section Nested Section] 44 * Nested List 46 * Nested Item 1 47 * Nested Item 2 48 * [#a16] Nested Item 3 74 [section Nested anchors]
|
D | anchor-1_7.quickbook | 29 [#a10][section Nested Section] 44 * Nested List 46 * Nested Item 1 47 * Nested Item 2 48 * [#a16] Nested Item 3 74 [section Nested anchors]
|
/third_party/glslang/Test/ |
D | hlsl.flattenSubset2.frag | 1 struct Nested { float y; Texture2D texNested; }; 2 struct A { Nested n; float x; }; 3 struct B { Nested n; Texture2D tex; }; 17 Nested n = b.n;
|
D | spv.1.4.OpCopyLogicalBool.comp | 24 struct Nested { 31 Nested N1; 36 Nested N2; 46 Nested n = uBufN.N1;
|
D | spv.multiStruct.comp | 24 struct Nested { 31 Nested N1; 36 Nested N2; 46 Nested n = uBufN.N1;
|
D | spv.1.4.OpCopyLogical.comp | 24 struct Nested { 31 Nested N1; 36 Nested N2; 46 Nested n = uBufN.N1;
|
/third_party/typescript/tests/cases/compiler/ |
D | truthinessCallExpressionCoercion.ts | 83 function B(a: Nested, b: Nested) { 97 interface Nested { interface
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestIssues.cs | 73 …Test.Issues.TestProtos.OneofMerging.Types.Nested), global::UnitTest.Issues.TestProtos.OneofMerging… in UnittestIssuesReflection() 235 #region Nested types 373 #region Nested types 1604 #region Nested types 2463 case ValueOneofCase.Nested: in OneofMerging() 2464 Nested = other.Nested.Clone(); in OneofMerging() 2490 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Nested { property in UnitTest.Issues.TestProtos.OneofMerging 2491 …et { return valueCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging… 2494 valueCase_ = value == null ? ValueOneofCase.None : ValueOneofCase.Nested; 2503 Nested = 2, enumerator [all …]
|