Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H 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
H A Dtable-in-first-n-s.ts50 fooUnionType():UnionInNestedNS { method in TableInFirstNS
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.kt43 val fooUnionType : UByte constant
H A 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()
H A DTableInFirstNS.py80 def TableInFirstNSAddFooUnionType(builder, fooUnionType): builder.PrependUint8Slot(2, fooUnionType,… argument
81 def AddFooUnionType(builder, fooUnionType): argument
H A DTableInFirstNS.php126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType)