Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.py331 def ScalarStuffAddJustU32(builder, justU32): builder.PrependUint32Slot(15, justU32, 0) function
H A DScalarStuff.go684 func ScalarStuffAddJustU32(builder *flatbuffers.Builder, justU32 uint32) { func