Searched defs:JustU32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ | ||
H A D | ScalarStuff.cs | 38 …public uint JustU32 { get { int o = __p.__offset(34); return o != 0 ? __p.bb.GetUint(o + __p.bb_po… property |
H A D | ScalarStuff.go | 25 JustU32 uint32 `json:"just_u32"` member |
H A D | ScalarStuff.py | 137 def JustU32(self): member in ScalarStuff |