Home
last modified time | relevance | path

Searched defs:GetRootAsScalarStuff (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs17 …public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb) { return GetRootAsScalarStuff(_bb, … in GetRootAsScalarStuff() method
18 …public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb, ScalarStuff obj) { return (obj.__as… in GetRootAsScalarStuff() method
H A DScalarStuff.py20 def GetRootAsScalarStuff(cls, buf, offset=0): member in ScalarStuff
H A DScalarStuff.go164 func GetRootAsScalarStuff(buf []byte, offset flatbuffers.UOffsetT) *ScalarStuff { func