Searched defs:addFoo (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ | ||
D | TableInNestedNS.php | 70 public static function addFoo(FlatBufferBuilder $builder, $foo) function in NamespaceA\\NamespaceB\\TableInNestedNS |
D | TableInNestedNS.java | 28 public static void addFoo(FlatBufferBuilder builder, int foo) { builder.addInt(0, foo, 0); } in addFoo() method in TableInNestedNS |
/external/flatbuffers/tests/namespace_test/ | ||
D | namespace_test1_generated.js | 93 NamespaceA.NamespaceB.TableInNestedNS.addFoo = function(builder, foo) { function in NamespaceA.NamespaceB.TableInNestedNS |