• Home
  • Raw
  • Download

Lines Matching refs:VOffsetT

14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT {
133 func (t *Table) GetVOffsetT(off UOffsetT) VOffsetT {
145 func (t *Table) GetBoolSlot(slot VOffsetT, d bool) bool {
157 func (t *Table) GetByteSlot(slot VOffsetT, d byte) byte {
169 func (t *Table) GetInt8Slot(slot VOffsetT, d int8) int8 {
181 func (t *Table) GetUint8Slot(slot VOffsetT, d uint8) uint8 {
193 func (t *Table) GetInt16Slot(slot VOffsetT, d int16) int16 {
205 func (t *Table) GetUint16Slot(slot VOffsetT, d uint16) uint16 {
217 func (t *Table) GetInt32Slot(slot VOffsetT, d int32) int32 {
229 func (t *Table) GetUint32Slot(slot VOffsetT, d uint32) uint32 {
241 func (t *Table) GetInt64Slot(slot VOffsetT, d int64) int64 {
253 func (t *Table) GetUint64Slot(slot VOffsetT, d uint64) uint64 {
265 func (t *Table) GetFloat32Slot(slot VOffsetT, d float32) float32 {
277 func (t *Table) GetFloat64Slot(slot VOffsetT, d float64) float64 {
289 func (t *Table) GetVOffsetTSlot(slot VOffsetT, d VOffsetT) VOffsetT {
294 return VOffsetT(off)
376 func (t *Table) MutateVOffsetT(off UOffsetT, n VOffsetT) bool {
388 func (t *Table) MutateBoolSlot(slot VOffsetT, n bool) bool {
398 func (t *Table) MutateByteSlot(slot VOffsetT, n byte) bool {
408 func (t *Table) MutateInt8Slot(slot VOffsetT, n int8) bool {
418 func (t *Table) MutateUint8Slot(slot VOffsetT, n uint8) bool {
428 func (t *Table) MutateInt16Slot(slot VOffsetT, n int16) bool {
438 func (t *Table) MutateUint16Slot(slot VOffsetT, n uint16) bool {
448 func (t *Table) MutateInt32Slot(slot VOffsetT, n int32) bool {
458 func (t *Table) MutateUint32Slot(slot VOffsetT, n uint32) bool {
468 func (t *Table) MutateInt64Slot(slot VOffsetT, n int64) bool {
478 func (t *Table) MutateUint64Slot(slot VOffsetT, n uint64) bool {
488 func (t *Table) MutateFloat32Slot(slot VOffsetT, n float32) bool {
498 func (t *Table) MutateFloat64Slot(slot VOffsetT, n float64) bool {