Home
last modified time | relevance | path

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

123

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.ts28 __init(i:number, bb:flatbuffers.ByteBuffer):Attacker { method in Attacker
108 __init(i:number, bb:flatbuffers.ByteBuffer):Rapunzel { method in Rapunzel
160 __init(i:number, bb:flatbuffers.ByteBuffer):BookReader { method in BookReader
212 __init(i:number, bb:flatbuffers.ByteBuffer):Movie { method in Movie
Dunion_vector_generated.js36 Attacker.prototype.__init = function(i, bb) { method in Attacker
129 Rapunzel.prototype.__init = function(i, bb) { method in Rapunzel
188 BookReader.prototype.__init = function(i, bb) { method in BookReader
247 Movie.prototype.__init = function(i, bb) { method in Movie
DBookReader.cs12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
DBookReader.java10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in BookReader
DRapunzel.java10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Rapunzel
DRapunzel.cs12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.ts17 __init(i:number, bb:flatbuffers.ByteBuffer):TableInFirstNS { method in NamespaceA.TableInFirstNS
135 __init(i:number, bb:flatbuffers.ByteBuffer):TableInC { method in NamespaceC.TableInC
221 __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
108 __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
172 NamespaceC.TableInC.prototype.__init = function(i, bb) { method in NamespaceC.TableInC
270 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { method in NamespaceA.SecondTableInA
Dnamespace_test1_generated.js44 NamespaceA.NamespaceB.TableInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.TableInNestedNS
137 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.StructInNestedNS
/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
/external/flatbuffers/tests/
Dmonster_test_generated.ts59 __init(i:number, bb:flatbuffers.ByteBuffer):InParentNamespace { method in MyGame.InParentNamespace
109 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example2.Monster
159 __init(i:number, bb:flatbuffers.ByteBuffer):Test { method in MyGame.Example.Test
238 __init(i:number, bb:flatbuffers.ByteBuffer):TestSimpleTableWithEnum { method in MyGame.Example.TestSimpleTableWithEnum
320 __init(i:number, bb:flatbuffers.ByteBuffer):Vec3 { method in MyGame.Example.Vec3
487 __init(i:number, bb:flatbuffers.ByteBuffer):Ability { method in MyGame.Example.Ability
565 __init(i:number, bb:flatbuffers.ByteBuffer):Stat { method in MyGame.Example.Stat
699 __init(i:number, bb:flatbuffers.ByteBuffer):Referrable { method in MyGame.Example.Referrable
783 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example.Monster
2538 __init(i:number, bb:flatbuffers.ByteBuffer):TypeAliases { method in MyGame.Example.TypeAliases
/external/compiler-rt/test/scudo/
Dpreinit.cpp13 void __init(void) { in __init() function
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py277 def __init(self): member in DeprecationTest.test_instance_fn_with_doc._Object
322 def __init(self): member in DeprecationTest.test_instance_fn_with_one_line_doc._Object
352 def __init(self): member in DeprecationTest.test_instance_fn_no_doc._Object
383 def __init(self): member in DeprecationTest.test_prop_wrong_order._Object
398 def __init(self): member in DeprecationTest.test_prop_with_doc._Object
437 def __init(self): member in DeprecationTest.test_prop_no_doc._Object
/external/flatbuffers/tests/MyGame/Example2/
DMonster.cs17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
DMonster.java14 …public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; vtable_start = bb_pos - bb.get… in __init() method in Monster
/external/flatbuffers/tests/MyGame/Example/
DAbility.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Ability
DTest.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Test
DAbility.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
/external/flatbuffers/tests/MyGame/
DInParentNamespace.cs17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
DInParentNamespace.java14 …public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; vtable_start = bb_pos - bb.get… in __init() method in InParentNamespace
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in StructInNestedNS
DStructInNestedNS.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method

123