Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs142 …public static void AddMaybeU8(FlatBufferBuilder builder, byte? maybeU8) { builder.AddByte(4, maybe… in AddMaybeU8() method
H A DScalarStuff.py299 def AddMaybeU8(builder, maybeU8): function