Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.py322 def ScalarStuffAddJustI32(builder, justI32): builder.PrependInt32Slot(12, justI32, 0) function
H A DScalarStuff.go674 func ScalarStuffAddJustI32(builder *flatbuffers.Builder, justI32 int32) { func