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