/third_party/typescript/tests/baselines/reference/ |
D | controlFlowPrivateClassField.symbols | 26 class Example2 { 27 >Example2 : Symbol(Example2, Decl(controlFlowPrivateClassField.ts, 10, 1)) 30 >#test : Symbol(Example2.#test, Decl(controlFlowPrivateClassField.ts, 12, 16)) 36 >this.#test : Symbol(Example2.#test, Decl(controlFlowPrivateClassField.ts, 12, 16)) 37 >this : Symbol(Example2, Decl(controlFlowPrivateClassField.ts, 10, 1)) 42 >test : Symbol(Example2.test, Decl(controlFlowPrivateClassField.ts, 17, 5)) 45 >this.#test : Symbol(Example2.#test, Decl(controlFlowPrivateClassField.ts, 12, 16)) 46 >this : Symbol(Example2, Decl(controlFlowPrivateClassField.ts, 10, 1)) 49 >this.#test : Symbol(Example2.#test, Decl(controlFlowPrivateClassField.ts, 12, 16)) 50 >this : Symbol(Example2, Decl(controlFlowPrivateClassField.ts, 10, 1))
|
D | controlFlowPrivateClassField.types | 27 class Example2 { 28 >Example2 : Example2
|
D | assignmentCompatWithDiscriminatedUnion.js | 20 namespace Example2 { 215 var Example2; variable 216 (function (Example2) { argument 220 })(Example2 || (Example2 = {}));
|
D | controlFlowPrivateClassField.js | 14 class Example2 { class 40 class Example2 {
|
D | assignmentCompatWithDiscriminatedUnion.types | 41 namespace Example2 { 42 >Example2 : typeof Example2
|
D | assignmentCompatWithDiscriminatedUnion.symbols | 40 namespace Example2 { 41 >Example2 : Symbol(Example2, Decl(assignmentCompatWithDiscriminatedUnion.ts, 15, 1))
|
D | keyofAndIndexedAccess.js | 582 type Example2<T> = { [K in keyof Helper2<T>]: Helper2<T>[K]["prop"] }; 583 type Result2 = Example2<{ 1: { prop: string }; 2: { prop: number } }>; 1381 declare type Example2<T> = { 1384 declare type Result2 = Example2<{
|
/third_party/flatbuffers/tests/MyGame/Example2/ |
D | Monster.cs | 5 namespace MyGame.Example2 24 public static Offset<MyGame.Example2.Monster> EndMonster(FlatBufferBuilder builder) { in EndMonster() 26 return new Offset<MyGame.Example2.Monster>(o); in EndMonster() 35 public static Offset<MyGame.Example2.Monster> Pack(FlatBufferBuilder builder, MonsterT _o) { in Pack() 36 if (_o == null) return default(Offset<MyGame.Example2.Monster>); in Pack()
|
D | Monster.kt | 3 package MyGame.Example2
|
D | Monster.php | 4 namespace MyGame\Example2;
|
D | Monster.java | 3 package MyGame.Example2;
|
D | Monster.go | 3 package Example2 package
|
/third_party/flatbuffers/tests/ |
D | GoTest.sh | 29 mkdir -p ${go_src}/MyGame/Example2 35 cp -a MyGame/Example2/*.go ./go_gen/src/MyGame/Example2/
|
D | monster_test_generated.h | 16 namespace Example2 { 58 namespace Example2 { 89 namespace Example2 { 241 template<> struct AnyTraits<MyGame::Example2::Monster> { 293 MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() { 295 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr; 297 const MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() const { 299 reinterpret_cast<const MyGame::Example2::MonsterT *>(value) : nullptr; 319 return *(reinterpret_cast<const MyGame::Example2::MonsterT *>(lhs.value)) == 320 *(reinterpret_cast<const MyGame::Example2::MonsterT *>(rhs.value)); [all …]
|
D | monster_test.fbs | 9 namespace MyGame.Example2; 34 union Any { Monster, TestSimpleTableWithEnum, MyGame.Example2.Monster } 36 union AnyUniqueAliases { M: Monster, TS: TestSimpleTableWithEnum, M2: MyGame.Example2.Monster }
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Any.cs | 29 …public MyGame.Example2.MonsterT AsMyGame_Example2_Monster() { return this.As<MyGame.Example2.Monst… in AsMyGame_Example2_Monster() 36 …case Any.MyGame_Example2_Monster: return MyGame.Example2.Monster.Pack(builder, _o.AsMyGame_Example… in Pack() 78 …case Any.MyGame_Example2_Monster: _o.Value = serializer.Deserialize<MyGame.Example2.MonsterT>(read… in ReadJson()
|
D | AnyUniqueAliases.cs | 29 public MyGame.Example2.MonsterT AsM2() { return this.As<MyGame.Example2.MonsterT>(); } in AsM2() 36 case AnyUniqueAliases.M2: return MyGame.Example2.Monster.Pack(builder, _o.AsM2()).Value; in Pack() 78 …case AnyUniqueAliases.M2: _o.Value = serializer.Deserialize<MyGame.Example2.MonsterT>(reader); bre… in ReadJson()
|
D | AnyUniqueAliases.py | 23 import MyGame.Example2.Monster 24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
|
D | Any.py | 23 import MyGame.Example2.Monster 24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
|
D | Monster.cs | 51 …public MyGame.Example2.Monster TestAsMyGame_Example2_Monster() { return Test<MyGame.Example2.Monst… in TestAsMyGame_Example2_Monster() 183 …public MyGame.Example2.Monster AnyUniqueAsM2() { return AnyUnique<MyGame.Example2.Monster>().Value… in AnyUniqueAsM2() 481 …_o.Test.Value = this.Test<MyGame.Example2.Monster>().HasValue ? this.Test<MyGame.Example2.Monster>… in UnPackTo() 545 …_o.AnyUnique.Value = this.AnyUnique<MyGame.Example2.Monster>().HasValue ? this.AnyUnique<MyGame.Ex… in UnPackTo()
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 16 namespace Example2 { 58 namespace Example2 { 211 template<> struct AnyTraits<MyGame::Example2::Monster> { 263 MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() { 265 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr; 267 const MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() const { 269 reinterpret_cast<const MyGame::Example2::MonsterT *>(value) : nullptr; 324 template<> struct AnyUniqueAliasesTraits<MyGame::Example2::Monster> { 376 MyGame::Example2::MonsterT *AsM2() { 378 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr; [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowPrivateClassField.ts | 15 class Example2 { class
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffers.Core.Test.csproj | 47 <Compile Include="..\MyGame\Example2\Monster.cs"> 48 <Link>MyGame\Example2\Monster.cs</Link>
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | assignmentCompatWithDiscriminatedUnion.ts | 19 namespace Example2 { namespace
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 584 type Example2<T> = { [K in keyof Helper2<T>]: Helper2<T>[K]["prop"] }; property in Component2 585 type Result2 = Example2<{ 1: { prop: string }; 2: { prop: number } }>;
|