Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs150 …public static void AddJustI32(FlatBufferBuilder builder, int justI32) { builder.AddInt(12, justI32… in AddJustI32() method
H A DScalarStuff.py323 def AddJustI32(builder, justI32): function