Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs156 …public static void AddJustI64(FlatBufferBuilder builder, long justI64) { builder.AddLong(18, justI… in AddJustI64() method
H A DScalarStuff.py341 def AddJustI64(builder, justI64): function