HomeSort by relevance Sort by last modified time
    Searched defs:fooStruct (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.java 21 public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.NamespaceB.StructInNestedNS()); }
22 public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj) { int o = __offset(8); return o != 0 ? obj.__assign(o + bb_pos, bb) : null; }
  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.js 92 NamespaceA.TableInFirstNS.prototype.fooStruct = function(obj) {

Completed in 43 milliseconds