/external/flatbuffers/tests/MyGame/Example/ |
D | StructOfStructs.py | 69 return cls.InitFromObj(structOfStructs) 72 def InitFromObj(cls, structOfStructs): member in StructOfStructsT 82 …self.a = MyGame.Example.Ability.AbilityT.InitFromObj(structOfStructs.A(MyGame.Example.Ability.Abil… 84 … self.b = MyGame.Example.Test.TestT.InitFromObj(structOfStructs.B(MyGame.Example.Test.Test())) 86 …self.c = MyGame.Example.Ability.AbilityT.InitFromObj(structOfStructs.C(MyGame.Example.Ability.Abil…
|
D | StructOfStructsOfStructs.py | 57 return cls.InitFromObj(structOfStructsOfStructs) 60 def InitFromObj(cls, structOfStructsOfStructs): member in StructOfStructsOfStructsT 70 …self.a = MyGame.Example.StructOfStructs.StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(My…
|
D | ArrayTable.py | 67 return cls.InitFromObj(arrayTable) 70 def InitFromObj(cls, arrayTable): member in ArrayTableT 80 self.a = MyGame.Example.ArrayStruct.ArrayStructT.InitFromObj(arrayTable.A())
|
D | Vec3.py | 73 return cls.InitFromObj(vec3) 76 def InitFromObj(cls, vec3): member in Vec3T 91 … self.test3 = MyGame.Example.Test.TestT.InitFromObj(vec3.Test3(MyGame.Example.Test.Test()))
|
D | Test.py | 44 return cls.InitFromObj(test) 47 def InitFromObj(cls, test): member in TestT
|
D | Ability.py | 43 return cls.InitFromObj(ability) 46 def InitFromObj(cls, ability): member in AbilityT
|
D | Referrable.py | 58 return cls.InitFromObj(referrable) 61 def InitFromObj(cls, referrable): member in ReferrableT
|
D | TestSimpleTableWithEnum.py | 58 return cls.InitFromObj(testSimpleTableWithEnum) 61 def InitFromObj(cls, testSimpleTableWithEnum): member in TestSimpleTableWithEnumT
|
D | Stat.py | 80 return cls.InitFromObj(stat) 83 def InitFromObj(cls, stat): member in StatT
|
D | NestedStruct.py | 95 return cls.InitFromObj(nestedStruct) 98 def InitFromObj(cls, nestedStruct): member in NestedStructT
|
D | ArrayStruct.py | 116 return cls.InitFromObj(arrayStruct) 119 def InitFromObj(cls, arrayStruct): member in ArrayStructT
|
D | Monster.py | 1136 return cls.InitFromObj(monster) 1139 def InitFromObj(cls, monster): member in MonsterT 1149 self.pos = MyGame.Example.Vec3.Vec3T.InitFromObj(monster.Pos()) 1169 test_ = MyGame.Example.Test.TestT.InitFromObj(monster.Test4(i)) 1181 … monster_ = MyGame.Example.Monster.MonsterT.InitFromObj(monster.Testarrayoftables(i)) 1184 self.enemy = MyGame.Example.Monster.MonsterT.InitFromObj(monster.Enemy()) 1193 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty()) 1223 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i)) 1238 test_ = MyGame.Example.Test.TestT.InitFromObj(monster.Test5(i)) 1255 …self.parentNamespaceTest = MyGame.InParentNamespace.InParentNamespaceT.InitFromObj(monster.ParentN… [all …]
|
D | TypeAliases.py | 229 return cls.InitFromObj(typeAliases) 232 def InitFromObj(cls, typeAliases): member in TypeAliasesT
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
D | TableInC.py | 75 return cls.InitFromObj(tableInC) 78 def InitFromObj(cls, tableInC): member in TableInCT 88 self.referToA1 = TableInFirstNST.InitFromObj(tableInC.ReferToA1()) 90 self.referToA2 = SecondTableInAT.InitFromObj(tableInC.ReferToA2())
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
D | SecondTableInA.py | 61 return cls.InitFromObj(secondTableInA) 64 def InitFromObj(cls, secondTableInA): member in SecondTableInAT 74 self.referToC = TableInCT.InitFromObj(secondTableInA.ReferToC())
|
D | TableInFirstNS.py | 111 return cls.InitFromObj(tableInFirstNS) 114 def InitFromObj(cls, tableInFirstNS): member in TableInFirstNST 124 self.fooTable = TableInNestedNST.InitFromObj(tableInFirstNS.FooTable()) 129 self.fooStruct = StructInNestedNST.InitFromObj(tableInFirstNS.FooStruct())
|
/external/flatbuffers/tests/ |
D | monster_test_generated.py | 125 return cls.InitFromObj(inParentNamespace) 128 def InitFromObj(cls, inParentNamespace): member in InParentNamespaceT 181 return cls.InitFromObj(monster) 184 def InitFromObj(cls, monster): member in MonsterT 236 return cls.InitFromObj(test) 239 def InitFromObj(cls, test): member in TestT 300 return cls.InitFromObj(testSimpleTableWithEnum) 303 def InitFromObj(cls, testSimpleTableWithEnum): member in TestSimpleTableWithEnumT 385 return cls.InitFromObj(vec3) 388 def InitFromObj(cls, vec3): member in Vec3T [all …]
|
/external/flatbuffers/tests/MyGame/ |
D | InParentNamespace.py | 48 return cls.InitFromObj(inParentNamespace) 51 def InitFromObj(cls, inParentNamespace): member in InParentNamespaceT
|
D | MonsterExtra.py | 207 return cls.InitFromObj(monsterExtra) 210 def InitFromObj(cls, monsterExtra): member in MonsterExtraT
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.py | 48 return cls.InitFromObj(monster) 51 def InitFromObj(cls, monster): member in MonsterT
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.py | 43 return cls.InitFromObj(structInNestedNS) 46 def InitFromObj(cls, structInNestedNS): member in StructInNestedNST
|
D | TableInNestedNS.py | 54 return cls.InitFromObj(tableInNestedNS) 57 def InitFromObj(cls, tableInNestedNS): member in TableInNestedNST
|
/external/tensorflow/tensorflow/lite/tools/ |
D | flatbuffer_utils.py | 38 return schema_fb.ModelT.InitFromObj(model_object)
|
D | visualize.py | 425 model = schema_fb.ModelT.InitFromObj(model_obj)
|
D | test_utils.py | 245 model = schema_fb.ModelT.InitFromObj(model)
|