Home
last modified time | relevance | path

Searched defs:fooUnionType (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/namespace_test/namespace-a/
Dtable-in-first-n-s.js40 fooUnionType() { method in TableInFirstNS
64 static addFooUnionType(builder, fooUnionType) { argument
101 …constructor(fooTable = null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooU… argument
Dtable-in-first-n-s.ts50 fooUnionType():UnionInNestedNS { method in TableInFirstNS
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.kt43 val fooUnionType : UByte constant
DTableInFirstNS.java22 public byte fooUnionType() { int o = __offset(8); return o != 0 ? bb.get(o + bb_pos) : 0; } in fooUnionType() method in TableInFirstNS
30 …public static void addFooUnionType(FlatBufferBuilder builder, byte fooUnionType) { builder.addByte… in addFooUnionType()
DTableInFirstNS.py80 def TableInFirstNSAddFooUnionType(builder, fooUnionType): builder.PrependUint8Slot(2, fooUnionType,… argument
81 def AddFooUnionType(builder, fooUnionType): argument
DTableInFirstNS.php126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType)