HomeSort by relevance Sort by last modified time
    Searched defs:byte_count_ (Results 1 - 7 of 7) sorted by null

  /art/runtime/base/
hex_dump.h 33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses),
41 const size_t byte_count_; member in class:art::HexDump
  /external/chromium_org/components/rappor/
byte_vector_utils.h 54 size_t byte_count() const { return byte_count_; }
60 size_t byte_count_; member in class:rappor::ByteVectorGenerator
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 20 void AddBytes(int ibytes) {byte_count_ += ibytes;}
26 int GetByteCount() const {return byte_count_;}
39 int byte_count_; // Bytes of text scored member in class:Tote
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.h 372 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImpl
backend_impl_v3.h 258 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImplV3
  /art/runtime/jdwp/
jdwp.h 439 size_t GetLength() { return byte_count_; }
460 uint32_t byte_count_; member in class:art::JDWP::Request
  /art/runtime/
debugger.cc 137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {}
157 return byte_count_;
161 byte_count_ = count;
179 size_t byte_count_; member in class:art::AllocRecord
    [all...]

Completed in 229 milliseconds