Home
last modified time | relevance | path

Searched defs:fooStruct (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.java21 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() method in TableInFirstNS
22 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() method in TableInFirstNS
DTableInFirstNS.py53 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(2, flatbuffers.number… argument
DTableInFirstNS.php106 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js92 NamespaceA.TableInFirstNS.prototype.fooStruct = function(obj) { method in NamespaceA.TableInFirstNS