Home
last modified time | relevance | path

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

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