HomeSort by relevance Sort by last modified time
    Searched refs:byte_width_ (Results 1 - 3 of 3) sorted by null

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 192 : data_(data), byte_width_(byte_width) {}
196 uint8_t byte_width_; member in class:flexbuffers::Object
199 // Stores size in `byte_width_` bytes before data_ pointer.
204 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_));
304 Vector Values() const { return Vector(data_, byte_width_); }
308 auto keys_offset = data_ - byte_width_ * num_prefixed_fields;
309 return TypedVector(Indirect(keys_offset, byte_width_),
311 ReadUInt64(keys_offset + byte_width_, byte_width_)),
624 uint8_t byte_width_; member in class:flexbuffers::Reference
    [all...]
  /external/v8/src/compiler/
register-allocator.h 711 int byte_width() const { return byte_width_; }
724 int byte_width_; member in class:v8::internal::compiler::LiveRange::final
    [all...]
register-allocator.cc     [all...]

Completed in 4708 milliseconds