Searched defs:JustI32 (Results 1 – 3 of 3) sorted by relevance
| /external/flatbuffers/tests/optional_scalars/ | ||
| D | ScalarStuff.cs | 35 …public int JustI32 { get { int o = __p.__offset(28); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos)… property |
| D | ScalarStuff.go | 22 JustI32 int32 `json:"just_i32"` member |
| D | ScalarStuff.py | 116 def JustI32(self): member in ScalarStuff |