Home
last modified time | relevance | path

Searched defs:JustBool (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs53 …public bool JustBool { get { int o = __p.__offset(64); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_po… property
298 public bool JustBool { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go40 JustBool bool `json:"just_bool"` member
557 func (rcv *ScalarStuff) JustBool() bool { func
DScalarStuff.py242 def JustBool(self): member in ScalarStuff