Home
last modified time | relevance | path

Searched refs:Example2 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcontrolFlowPrivateClassField.symbols26 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))
DcontrolFlowPrivateClassField.types27 class Example2 {
28 >Example2 : Example2
DassignmentCompatWithDiscriminatedUnion.js20 namespace Example2 {
215 var Example2; variable
216 (function (Example2) { argument
220 })(Example2 || (Example2 = {}));
DcontrolFlowPrivateClassField.js14 class Example2 { class
40 class Example2 {
DassignmentCompatWithDiscriminatedUnion.types41 namespace Example2 {
42 >Example2 : typeof Example2
DassignmentCompatWithDiscriminatedUnion.symbols40 namespace Example2 {
41 >Example2 : Symbol(Example2, Decl(assignmentCompatWithDiscriminatedUnion.ts, 15, 1))
DkeyofAndIndexedAccess.js582 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/
DMonster.cs5 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()
DMonster.kt3 package MyGame.Example2
DMonster.php4 namespace MyGame\Example2;
DMonster.java3 package MyGame.Example2;
DMonster.go3 package Example2 package
/third_party/flatbuffers/tests/
DGoTest.sh29 mkdir -p ${go_src}/MyGame/Example2
35 cp -a MyGame/Example2/*.go ./go_gen/src/MyGame/Example2/
Dmonster_test_generated.h16 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 …]
Dmonster_test.fbs9 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/
DAny.cs29 …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()
DAnyUniqueAliases.cs29 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()
DAnyUniqueAliases.py23 import MyGame.Example2.Monster
24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
DAny.py23 import MyGame.Example2.Monster
24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
DMonster.cs51 …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/
Dmonster_test_generated.h16 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/
DcontrolFlowPrivateClassField.ts15 class Example2 { class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Core.Test.csproj47 <Compile Include="..\MyGame\Example2\Monster.cs">
48 <Link>MyGame\Example2\Monster.cs</Link>
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts19 namespace Example2 { namespace
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts584 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 } }>;

12