Searched defs:MaybeI32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ | ||
H A D | ScalarStuff.cs | 36 …public int? MaybeI32 { get { int o = __p.__offset(30); return o != 0 ? __p.bb.GetInt(o + __p.bb_po… property |
H A D | ScalarStuff.go | 23 MaybeI32 *int32 `json:"maybe_i32"` member |
H A D | ScalarStuff.py | 123 def MaybeI32(self): member in ScalarStuff |