Searched defs:fooUnionType (Results 1 – 4 of 4) sorted by relevance
22 public byte fooUnionType() { int o = __offset(8); return o != 0 ? bb.get(o + bb_pos) : 0; } in fooUnionType() method in TableInFirstNS30 …public static void addFooUnionType(FlatBufferBuilder builder, byte fooUnionType) { builder.addByte… in addFooUnionType()
80 def TableInFirstNSAddFooUnionType(builder, fooUnionType): builder.PrependUint8Slot(2, fooUnionType,… argument81 def AddFooUnionType(builder, fooUnionType): argument
55 val fooUnionType : UByte constant in NamespaceA.TableInFirstNS
126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType)