Searched defs:GetRootAsScalarStuff (Results 1 – 3 of 3) sorted by relevance
17 …public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb) { return GetRootAsScalarStuff(_bb, … in GetRootAsScalarStuff() method18 …public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb, ScalarStuff obj) { return (obj.__as… in GetRootAsScalarStuff() method
20 def GetRootAsScalarStuff(cls, buf, offset=0): member in ScalarStuff
164 func GetRootAsScalarStuff(buf []byte, offset flatbuffers.UOffsetT) *ScalarStuff { func