Searched defs:DefaultF64 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ | ||
H A D | ScalarStuff.cs | 52 …public double DefaultF64 { get { int o = __p.__offset(62); return o != 0 ? __p.bb.GetDouble(o + __… property |
H A D | ScalarStuff.go | 39 DefaultF64 float64 `json:"default_f64"` member |
H A D | ScalarStuff.py | 235 def DefaultF64(self): member in ScalarStuff |