Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs168 …public static void AddJustBool(FlatBufferBuilder builder, bool justBool) { builder.AddBool(30, jus… in AddJustBool() method
H A DScalarStuff.py377 def AddJustBool(builder, justBool): function