Searched defs:byte_width (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 122 R ReadSizedScalar(const uint8_t *data, uint8_t byte_width) { in ReadSizedScalar() 131 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() 136 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64() 153 inline double ReadDouble(const uint8_t *data, uint8_t byte_width) { in ReadDouble() 158 const uint8_t *Indirect(const uint8_t *offset, uint8_t byte_width) { in Indirect() 191 Object(const uint8_t *data, uint8_t byte_width) in Object() 202 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() 210 String(const uint8_t *data, uint8_t byte_width) in String() 225 Blob(const uint8_t *data, uint8_t byte_width) in Blob() 237 Vector(const uint8_t *data, uint8_t byte_width) in Vector() [all …]
|
/external/v8/src/compiler/ |
D | register-allocator.h | 711 int byte_width() const { return byte_width_; } in byte_width() function
|