Home
last modified time | relevance | path

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

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