Home
last modified time | relevance | path

Searched defs:UnPack (Results 1 – 25 of 49) sorted by relevance

12

/external/flatbuffers/tests/
Dnative_type_test_impl.cpp10 const Native::Vector3D UnPack(const Geometry::Vector3D &obj) { in UnPack() function
/external/flatbuffers/tests/MyGame/Example/
DAnyAmbiguousAliases.go61 func (rcv AnyAmbiguousAliases) UnPack(table flatbuffers.Table) *AnyAmbiguousAliasesT { func
DAnyUniqueAliases.go63 func (rcv AnyUniqueAliases) UnPack(table flatbuffers.Table) *AnyUniqueAliasesT { func
DAny.go63 func (rcv Any) UnPack(table flatbuffers.Table) *AnyT { func
DAbility.cs30 public AbilityT UnPack() { in UnPack() method
DTest.cs31 public TestT UnPack() { in UnPack() method
DReferrable.go24 func (rcv *Referrable) UnPack() *ReferrableT { func
DTestSimpleTableWithEnum.go24 func (rcv *TestSimpleTableWithEnum) UnPack() *TestSimpleTableWithEnumT { func
DTest.go23 func (rcv *Test) UnPack() *TestT { func
DAbility.go23 func (rcv *Ability) UnPack() *AbilityT { func
DTestSimpleTableWithEnum.cs38 public TestSimpleTableWithEnumT UnPack() { in UnPack() method
/external/flatbuffers/tests/MyGame/Example2/
DMonster.go21 func (rcv *Monster) UnPack() *MonsterT { func
DMonster.cs28 public MonsterT UnPack() { in UnPack() method
/external/flatbuffers/tests/MyGame/
DInParentNamespace.go21 func (rcv *InParentNamespace) UnPack() *InParentNamespaceT { func
DInParentNamespace.cs28 public InParentNamespaceT UnPack() { in UnPack() method
/external/flatbuffers/tests/union_vector/
DBookReader.cs24 public BookReaderT UnPack() { in UnPack() method
DRapunzel.cs24 public RapunzelT UnPack() { in UnPack() method
DAttacker.cs35 public AttackerT UnPack() { in UnPack() method
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs30 public StructInNestedNST UnPack() { in UnPack() method
DTableInNestedNS.go24 func (rcv *TableInNestedNS) UnPack() *TableInNestedNST { func
DStructInNestedNS.go23 func (rcv *StructInNestedNS) UnPack() *StructInNestedNST { func
DTableInNestedNS.cs38 public TableInNestedNST UnPack() { in UnPack() method
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.go27 func (rcv *SecondTableInA) UnPack() *SecondTableInAT { func
DSecondTableInA.cs37 public SecondTableInAT UnPack() { in UnPack() method
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.go31 func (rcv *TableInC) UnPack() *TableInCT { func

12