Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
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.kt55 val fooUnionType : UByte constant in NamespaceA.TableInFirstNS
DTableInFirstNS.php126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType)