Searched defs:DefaultI32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ | ||
H A D | ScalarStuff.cs | 37 …public int DefaultI32 { get { int o = __p.__offset(32); return o != 0 ? __p.bb.GetInt(o + __p.bb_p… property |
H A D | ScalarStuff.go | 24 DefaultI32 int32 `json:"default_i32"` member |
H A D | ScalarStuff.py | 130 def DefaultI32(self): member in ScalarStuff |