Home
last modified time | relevance | path

Searched refs:addFooUnionType (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php94 self::addFooUnionType($builder, $foo_union_type);
126 public static function addFooUnionType(FlatBufferBuilder $builder, $fooUnionType) function in NamespaceA\\TableInFirstNS
DTableInFirstNS.kt79 …fun addFooUnionType(builder: FlatBufferBuilder, fooUnionType: UByte) = builder.addByte(2, fooUnion… in startTableInFirstNS() method
DTableInFirstNS.java30 …public static void addFooUnionType(FlatBufferBuilder builder, byte fooUnionType) { builder.addByte… in addFooUnionType() method in TableInFirstNS
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dtable-in-first-n-s.js64 static addFooUnionType(builder, fooUnionType) { method in TableInFirstNS
114 TableInFirstNS.addFooUnionType(builder, this.fooUnionType);
Dtable-in-first-n-s.ts81 static addFooUnionType(builder:flatbuffers.Builder, fooUnionType:UnionInNestedNS) { method in TableInFirstNS
144 TableInFirstNS.addFooUnionType(builder, this.fooUnionType);
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_namespace_a_generated.dart67 int addFooUnionType(UnionInNestedNSTypeId fooUnionType) {