Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs50 …public double JustF64 { get { int o = __p.__offset(58); return o != 0 ? __p.bb.GetDouble(o + __p.b… property
295 public double JustF64 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go37 JustF64 float64 `json:"just_f64"` member
520 func (rcv *ScalarStuff) JustF64() float64 { func
DScalarStuff.py221 def JustF64(self): member in ScalarStuff