HomeSort by relevance Sort by last modified time
    Searched refs:AnyAmbiguous (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Monster.go 694 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool {
909 func MonsterAddAnyAmbiguous(builder *flatbuffers.Builder, anyAmbiguous flatbuffers.UOffsetT) {
910 builder.PrependUOffsetTSlot(46, flatbuffers.UOffsetT(anyAmbiguous), 0)
Monster.lua 502 function Monster_mt:AnyAmbiguous()
588 function Monster.AddAnyAmbiguous(builder, anyAmbiguous) builder:PrependUOffsetTRelativeSlot(46, anyAmbiguous, 0) end
Monster.py 588 def AnyAmbiguous(self):
682 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuffers.number_types.UOffsetTFlags.py_type(anyAmbiguous), 0)
Monster.cs 180 public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(96); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null; }
    [all...]

Completed in 500 milliseconds