Home
last modified time | relevance | path

Searched defs:__init (Results 1 – 25 of 95) sorted by relevance

1234

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.ts28 __init(i:number, bb:flatbuffers.ByteBuffer):Attacker { method in Attacker
118 __init(i:number, bb:flatbuffers.ByteBuffer):Rapunzel { method in Rapunzel
170 __init(i:number, bb:flatbuffers.ByteBuffer):BookReader { method in BookReader
222 __init(i:number, bb:flatbuffers.ByteBuffer):Movie { method in Movie
DBookReader.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DRapunzel.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in Rapunzel
DAttacker.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
Dunion_vector_generated.js49 Attacker.prototype.__init = function(i, bb) { method in Attacker
152 Rapunzel.prototype.__init = function(i, bb) { method in Rapunzel
211 BookReader.prototype.__init = function(i, bb) { method in BookReader
270 Movie.prototype.__init = function(i, bb) { method in Movie
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.ts17 __init(i:number, bb:flatbuffers.ByteBuffer):TableInFirstNS { method in NamespaceA.TableInFirstNS
145 __init(i:number, bb:flatbuffers.ByteBuffer):TableInC { method in NamespaceC.TableInC
241 __init(i:number, bb:flatbuffers.ByteBuffer):SecondTableInA { method in NamespaceA.SecondTableInA
Dnamespace_test1_generated.ts26 __init(i:number, bb:flatbuffers.ByteBuffer):TableInNestedNS { method in NamespaceA.NamespaceB.TableInNestedNS
118 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { method in NamespaceA.NamespaceB.StructInNestedNS
Dnamespace_test2_generated.js41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) { method in NamespaceA.TableInFirstNS
182 NamespaceC.TableInC.prototype.__init = function(i, bb) { method in NamespaceC.TableInC
290 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { method in NamespaceA.SecondTableInA
Dnamespace_test1_generated.js53 NamespaceA.NamespaceB.TableInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.TableInNestedNS
156 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.StructInNestedNS
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceA.NamespaceB.StructInNestedNS
DTableInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/flatbuffers/tests/MyGame/Example/
DTest.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DAbility.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DTestSimpleTableWithEnum.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.TestSimpleTableWithEnum
DVec3.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/arm-trusted-firmware/include/lib/libc/
Dcdefs.h22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__)) macro
24 #define __init macro
/external/flatbuffers/tests/MyGame/Example2/
DMonster.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example2.Monster
/external/flatbuffers/tests/MyGame/
DInParentNamespace.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.InParentNamespace
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DTableInFirstNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceA.TableInFirstNS
/external/flatbuffers/tests/
Dmonster_test_generated.ts81 __init(i:number, bb:flatbuffers.ByteBuffer):InParentNamespace { method in MyGame.InParentNamespace
141 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example2.Monster
201 __init(i:number, bb:flatbuffers.ByteBuffer):Test { method in MyGame.Example.Test
280 __init(i:number, bb:flatbuffers.ByteBuffer):TestSimpleTableWithEnum { method in MyGame.Example.TestSimpleTableWithEnum
372 __init(i:number, bb:flatbuffers.ByteBuffer):Vec3 { method in MyGame.Example.Vec3
539 __init(i:number, bb:flatbuffers.ByteBuffer):Ability { method in MyGame.Example.Ability
617 __init(i:number, bb:flatbuffers.ByteBuffer):Stat { method in MyGame.Example.Stat
761 __init(i:number, bb:flatbuffers.ByteBuffer):Referrable { method in MyGame.Example.Referrable
855 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example.Monster
2615 __init(i:number, bb:flatbuffers.ByteBuffer):TypeAliases { method in MyGame.Example.TypeAliases
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceC.TableInC
/external/libnl/include/netlink/cli/
Dutils.h56 #define __init __attribute__((constructor)) macro
/external/flatbuffers/net/FlatBuffers/
DIFlatbufferObject.cs24 void __init(int _i, ByteBuffer _bb); in __init() method
/external/libcxx/src/
Dvalarray.cpp19 gslice::__init(size_t __start) in __init() function in gslice

1234