Searched refs:createStructInNestedNS (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/ |
H A D | struct-in-nested-n-s.js | 32 static createStructInNestedNS(builder, a, b) { method in StructInNestedNS 52 return StructInNestedNS.createStructInNestedNS(builder, this.a, this.b);
|
H A D | struct-in-nested-n-s.ts | 42 static createStructInNestedNS(builder:flatbuffers.Builder, a: number, b: number):flatbuffers.Offset… method in StructInNestedNS 72 return StructInNestedNS.createStructInNestedNS(builder,
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A D | StructInNestedNS.java | 20 public static int createStructInNestedNS(FlatBufferBuilder builder, int a, int b) { in createStructInNestedNS() method in StructInNestedNS 46 return createStructInNestedNS( in pack()
|
H A D | StructInNestedNS.php | 45 public static function createStructInNestedNS(FlatBufferBuilder $builder, $a, $b) function in NamespaceA\\NamespaceB\\StructInNestedNS
|
H A D | StructInNestedNS.kt | 25 fun createStructInNestedNS(builder: FlatBufferBuilder, a: Int, b: Int) : Int { in mutateA() method
|