Home
last modified time | relevance | path

Searched defs:AddA (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DArrayTable.cs26 …public static void AddA(FlatBufferBuilder builder, Offset<MyGame.Example.ArrayStruct> aOffset) { b… in AddA() method
DArrayTable.py46 def AddA(builder, a): builder.PrependStructSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(a… function