Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.py376 def ScalarStuffAddJustBool(builder, justBool): builder.PrependBoolSlot(30, justBool, 0) function
H A DScalarStuff.go734 func ScalarStuffAddJustBool(builder *flatbuffers.Builder, justBool bool) { func