Searched defs:JustBool (Results 1 – 3 of 3) sorted by relevance
| /external/flatbuffers/tests/optional_scalars/ | ||
| D | ScalarStuff.cs | 53 …public bool JustBool { get { int o = __p.__offset(64); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_po…  property | 
| D | ScalarStuff.go | 40 	JustBool bool `json:"just_bool"`  member | 
| D | ScalarStuff.py | 242     def JustBool(self):  member in ScalarStuff |