Searched defs:SecondTableInA (Results 1 - 7 of 7) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.py7 class SecondTableInA(object): class in inherits:object
13 x = SecondTableInA()
17 # SecondTableInA
21 # SecondTableInA
H A DSecondTableInA.java11 public final class SecondTableInA extends Table { class in inherits:Table
12 public static SecondTableInA getRootAsSecondTableInA(ByteBuffer _bb) { return getRootAsSecondTableInA(_bb, new SecondTableInA()); }
13 public static SecondTableInA getRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
15 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
23 SecondTableInA.addReferToC(builder, refer_to_cOffset);
24 return SecondTableInA.endSecondTableInA(builder);
H A DSecondTableInA.php11 class SecondTableInA extends Table class
15 * @return SecondTableInA
19 $obj = new SecondTableInA();
26 * @return SecondTableInA
53 * @return SecondTableInA
H A DTableInC.py30 from .SecondTableInA import SecondTableInA namespace
31 obj = SecondTableInA()
H A DSecondTableInA.cs9 public struct SecondTableInA : IFlatbufferObject struct in namespace:NamespaceA
13 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb) { return GetRootAsSecondTableInA(_bb, new SecondTableInA()); }
14 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
16 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
20 public static Offset<SecondTableInA> CreateSecondTableInA(FlatBufferBuilder builder,
23 SecondTableInA.AddReferToC(builder, refer_to_cOffset);
24 return SecondTableInA.EndSecondTableInA(builder);
29 public static Offset<SecondTableInA> EndSecondTableIn
[all...]
/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.js182 * @param {NamespaceA.SecondTableInA=} obj
183 * @returns {NamespaceA.SecondTableInA}
187 return offset ? (obj || new NamespaceA.SecondTableInA).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null;
225 NamespaceA.SecondTableInA = function() {
240 * @returns {NamespaceA.SecondTableInA}
242 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) {
250 * @param {NamespaceA.SecondTableInA=} obj
251 * @returns {NamespaceA.SecondTableInA}
253 NamespaceA.SecondTableInA.getRootAsSecondTableInA = function(bb, obj) {
254 return (obj || new NamespaceA.SecondTableInA)
[all...]
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.py37 from .SecondTableInA import SecondTableInA namespace
38 obj = SecondTableInA()

Completed in 78 milliseconds