Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.php70 public static function addFoo(FlatBufferBuilder $builder, $foo) function in NamespaceA\\NamespaceB\\TableInNestedNS
DTableInNestedNS.java28 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.js93 NamespaceA.NamespaceB.TableInNestedNS.addFoo = function(builder, foo) { function in NamespaceA.NamespaceB.TableInNestedNS