Home
last modified time | relevance | path

Searched defs:addFoo (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.kt47 fun addFoo(builder: FlatBufferBuilder, foo: Int) = builder.addInt(0, foo, 0) in startTableInNestedNS() method
DTableInNestedNS.php70 public static function addFoo(FlatBufferBuilder $builder, $foo) function in NamespaceA\\NamespaceB\\TableInNestedNS
DTableInNestedNS.java29 public static void addFoo(FlatBufferBuilder builder, int foo) { builder.addInt(0, foo, 0); } in addFoo() method in TableInNestedNS
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.ts85 static addFoo(builder:flatbuffers.Builder, foo:number) { method in NamespaceA.NamespaceB.TableInNestedNS
Dnamespace_test1_generated.js112 NamespaceA.NamespaceB.TableInNestedNS.addFoo = function(builder, foo) { function in NamespaceA.NamespaceB.TableInNestedNS