Searched defs:__init (Results 1 - 25 of 41) sorted by relevance

12

/external/libnl/include/netlink/cli/
H A Dutils.h55 #ifndef __init
56 #define __init __attribute__((constructor)) macro
/external/libcxx/src/
H A Dvalarray.cpp22 gslice::__init(size_t __start) function in class:gslice
H A Dsystem_error.cpp214 system_error::__init(const error_code& ec, string what_arg) function in class:system_error
226 : runtime_error(__init(ec, what_arg)),
232 : runtime_error(__init(ec, what_arg)),
238 : runtime_error(__init(ec, "")),
244 : runtime_error(__init(error_code(ev, ecat), what_arg)),
250 : runtime_error(__init(error_code(ev, ecat), what_arg)),
256 : runtime_error(__init(error_code(ev, ecat), "")),
/external/flatbuffers/net/FlatBuffers/
H A DIFlatbufferObject.cs24 void __init(int _i, ByteBuffer _bb); method in interface:FlatBuffers.IFlatbufferObject
/external/syslinux/gpxe/src/include/gpxe/
H A Dlinux_compat.h21 #define __init macro
/external/compiler-rt/test/scudo/
H A Dpreinit.cpp13 void __init(void) { function
35 void (*__local_preinit)(void) = __init;
/external/flatbuffers/tests/MyGame/Example/
H A DTest.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:Test
13 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTestSimpleTableWithEnum.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:TestSimpleTableWithEnum
15 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTest.cs13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:MyGame.Example.Test
14 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTestSimpleTableWithEnum.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:MyGame.Example.TestSimpleTableWithEnum
16 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DStat.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:Stat
15 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DVec3.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:Vec3
13 public Vec3 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:MyGame.Example2.Monster
16 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DMonster.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:Monster
15 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:StructInNestedNS
13 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTableInNestedNS.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:TableInNestedNS
15 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DStructInNestedNS.cs13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:NamespaceA.NamespaceB.StructInNestedNS
14 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTableInNestedNS.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:NamespaceA.NamespaceB.TableInNestedNS
16 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:SecondTableInA
15 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DSecondTableInA.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:NamespaceA.SecondTableInA
16 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
H A DTableInC.cs11 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
12 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; } method in class:NamespaceA.TableInC
15 public NamespaceA.TableInFirstNS GetReferToA1(NamespaceA.TableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
17 public SecondTableInA GetReferToA2(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
H A DTableInC.java13 public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
14 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; } method in class:TableInC
17 public NamespaceA.TableInFirstNS referToA1(NamespaceA.TableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
19 public SecondTableInA referToA2(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
H A DTableInFirstNS.cs15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } method in struct:NamespaceA.TableInFirstNS
16 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.java14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } method in class:TableInC
15 public TableInC __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.js41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) {
53 return (obj || new NamespaceA.TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(), bb);
62 return offset ? (obj || new NamespaceA.NamespaceB.TableInNestedNS).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null;
94 return offset ? (obj || new NamespaceA.NamespaceB.StructInNestedNS).__init(this.bb_pos + offset, this.bb) : null;
157 NamespaceC.TableInC.prototype.__init = function(i, bb) {
169 return (obj || new NamespaceC.TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
178 return offset ? (obj || new NamespaceA.TableInFirstNS).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null;
187 return offset ? (obj || new NamespaceA.SecondTableInA).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null;
242 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) {
254 return (obj || new NamespaceA.SecondTableInA).__init(b
[all...]

Completed in 308 milliseconds

12