Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBufferUtil.cs27 public static int GetSizePrefix(ByteBuffer bb) { in GetSizePrefix() method in FlatBuffers.ByteBufferUtil
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dutil.py19 def GetSizePrefix(buf, offset): function
/aosp_15_r20/external/flatbuffers/go/
H A Dlib.go23 func GetSizePrefix(buf []byte, offset UOffsetT) uint32 { func