Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs53 …public double DefaultF64 { get { int o = __p.__offset(62); return o != 0 ? __p.bb.GetDouble(o + __… property
298 public double DefaultF64 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go39 DefaultF64 float64 `json:"default_f64"` member
545 func (rcv *ScalarStuff) DefaultF64() float64 { func
DScalarStuff.py235 def DefaultF64(self): member in ScalarStuff