Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs138 …public static void AddJustI8(FlatBufferBuilder builder, sbyte justI8) { builder.AddSbyte(0, justI8… in AddJustI8() method
H A DScalarStuff.py287 def AddJustI8(builder, justI8): function