Searched refs:GetInt64Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 534 check("int64", int64Val, table.GetInt64Slot(f, 0)) 1586 testcase{"Int64Slot", func() bool { return t.GetInt64Slot(calcVOffsetT(9), 9) == 9 }}, 1637 testcase{"Int64Slot", func() bool { return t.GetInt64Slot(calcVOffsetT(9), 1) == 18 }},
|
/external/flatbuffers/go/ |
D | table.go | 241 func (t *Table) GetInt64Slot(slot VOffsetT, d int64) int64 { func
|