Home
last modified time | relevance | path

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

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