• Home
  • Raw
  • Download

Lines Matching full:given

59 // Union initializes any Table-derived type to point to the union at the given
67 // GetBool retrieves a bool at the given offset.
72 // GetByte retrieves a byte at the given offset.
77 // GetUint8 retrieves a uint8 at the given offset.
82 // GetUint16 retrieves a uint16 at the given offset.
87 // GetUint32 retrieves a uint32 at the given offset.
92 // GetUint64 retrieves a uint64 at the given offset.
97 // GetInt8 retrieves a int8 at the given offset.
102 // GetInt16 retrieves a int16 at the given offset.
107 // GetInt32 retrieves a int32 at the given offset.
112 // GetInt64 retrieves a int64 at the given offset.
117 // GetFloat32 retrieves a float32 at the given offset.
122 // GetFloat64 retrieves a float64 at the given offset.
127 // GetUOffsetT retrieves a UOffsetT at the given offset.
132 // GetVOffsetT retrieves a VOffsetT at the given offset.
137 // GetSOffsetT retrieves a SOffsetT at the given offset.
142 // GetBoolSlot retrieves the bool that the given vtable location
154 // GetByteSlot retrieves the byte that the given vtable location
166 // GetInt8Slot retrieves the int8 that the given vtable location
178 // GetUint8Slot retrieves the uint8 that the given vtable location
190 // GetInt16Slot retrieves the int16 that the given vtable location
202 // GetUint16Slot retrieves the uint16 that the given vtable location
214 // GetInt32Slot retrieves the int32 that the given vtable location
226 // GetUint32Slot retrieves the uint32 that the given vtable location
238 // GetInt64Slot retrieves the int64 that the given vtable location
250 // GetUint64Slot retrieves the uint64 that the given vtable location
262 // GetFloat32Slot retrieves the float32 that the given vtable location
274 // GetFloat64Slot retrieves the float64 that the given vtable location
286 // GetVOffsetTSlot retrieves the VOffsetT that the given vtable location
297 // MutateBool updates a bool at the given offset.
303 // MutateByte updates a Byte at the given offset.
309 // MutateUint8 updates a Uint8 at the given offset.
315 // MutateUint16 updates a Uint16 at the given offset.
321 // MutateUint32 updates a Uint32 at the given offset.
327 // MutateUint64 updates a Uint64 at the given offset.
333 // MutateInt8 updates a Int8 at the given offset.
339 // MutateInt16 updates a Int16 at the given offset.
345 // MutateInt32 updates a Int32 at the given offset.
351 // MutateInt64 updates a Int64 at the given offset.
357 // MutateFloat32 updates a Float32 at the given offset.
363 // MutateFloat64 updates a Float64 at the given offset.
369 // MutateUOffsetT updates a UOffsetT at the given offset.
375 // MutateVOffsetT updates a VOffsetT at the given offset.
381 // MutateSOffsetT updates a SOffsetT at the given offset.
387 // MutateBoolSlot updates the bool at given vtable location
397 // MutateByteSlot updates the byte at given vtable location
407 // MutateInt8Slot updates the int8 at given vtable location
417 // MutateUint8Slot updates the uint8 at given vtable location
427 // MutateInt16Slot updates the int16 at given vtable location
437 // MutateUint16Slot updates the uint16 at given vtable location
447 // MutateInt32Slot updates the int32 at given vtable location
457 // MutateUint32Slot updates the uint32 at given vtable location
467 // MutateInt64Slot updates the int64 at given vtable location
477 // MutateUint64Slot updates the uint64 at given vtable location
487 // MutateFloat32Slot updates the float32 at given vtable location
497 // MutateFloat64Slot updates the float64 at given vtable location