Searched refs:GetFloat32Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 521 check("float32", float32Val, table.GetFloat32Slot(f, 0)) 1524 testcase{"Float32Slot", func() bool { return t.GetFloat32Slot(calcVOffsetT(10), 10) == 10 }}, 1575 testcase{"Float32Slot", func() bool { return t.GetFloat32Slot(calcVOffsetT(10), 1) == 20 }},
|
/external/flatbuffers/go/ |
D | table.go | 265 func (t *Table) GetFloat32Slot(slot VOffsetT, d float32) float32 { func
|