Home | Sort by relevance Sort by last modified time |
/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/webrtc/webrtc/base/ | |
bitbuffer.h | 82 size_t byte_count_; member in class:rtc::BitBuffer |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ | |
gzip_stream.h | 101 int64 byte_count_; member in class:google::protobuf::io::GzipInputStream |
/art/runtime/gc/ | |
allocation_record.h | 159 : byte_count_(count), klass_(klass), trace_(std::move(trace)) {} 170 return byte_count_; 193 const size_t byte_count_; member in class:art::gc::AllocRecord |
/external/webrtc/talk/app/webrtc/ | |
datachannel.h | 214 return byte_count_; 231 size_t byte_count_; member in class:webrtc::DataChannel::PacketQueue |
/art/runtime/jdwp/ | |
jdwp.h | 466 size_t GetLength() { return byte_count_; } 487 uint32_t byte_count_; member in class:art::JDWP::Request |