Searched refs:CreateStructInNestedNS (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A D | StructInNestedNS.py | 25 def CreateStructInNestedNS(builder, a, b): function 60 return CreateStructInNestedNS(builder, self.a, self.b)
|
H A D | StructInNestedNS.cs | 24 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> CreateStructInNestedNS(FlatBufferBuil… in CreateStructInNestedNS() method 41 return CreateStructInNestedNS( in Pack()
|
H A D | StructInNestedNS.go | 16 return CreateStructInNestedNS(builder, t.A, t.B) 57 func CreateStructInNestedNS(builder *flatbuffers.Builder, a int32, b int32) flatbuffers.UOffsetT { func
|
H A D | StructInNestedNS.lua | 24 function StructInNestedNS.CreateStructInNestedNS(builder, a, b) function
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/ |
H A D | namespace_test1_generated.lobster | 42 def CreateStructInNestedNS(b_:flatbuffers_builder, a:int, b:int):
|