Searched defs:fooUnionType (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/ |
H A D | table-in-first-n-s.js | 40 fooUnionType() { method in TableInFirstNS 64 static addFooUnionType(builder, fooUnionType) { argument 101 …constructor(fooTable = null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooU… argument
|
H A D | table-in-first-n-s.ts | 50 fooUnionType():UnionInNestedNS { method in TableInFirstNS
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/ |
H A D | TableInFirstNS.kt | 43 val fooUnionType : UByte constant
|
H A D | TableInFirstNS.java | 22 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 D | TableInFirstNS.py | 80 def TableInFirstNSAddFooUnionType(builder, fooUnionType): builder.PrependUint8Slot(2, fooUnionType,… argument 81 def AddFooUnionType(builder, fooUnionType): argument
|
H A D | TableInFirstNS.php | 126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType)
|