Searched defs:fooStruct (Results 1 - 2 of 2) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.java21 public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.NamespaceB.StructInNestedNS()); } method in class:TableInFirstNS
22 public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj) { int o = __offset(8); return o != 0 ? obj.__assign(o + bb_pos, bb) : null; } method in class:TableInFirstNS
/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.js92 NamespaceA.TableInFirstNS.prototype.fooStruct = function(obj) {

Completed in 1787 milliseconds