Home | History | Annotate | Download | only in v3

Lines Matching defs:EntryImpl

37 class EntryImpl::UserBuffer {
85 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
107 void EntryImpl::UserBuffer::Truncate(int offset) {
117 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
149 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
174 int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
199 void EntryImpl::UserBuffer::Reset() {
212 bool EntryImpl::UserBuffer::GrowBuffer(int required, int limit) {
240 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
250 bool EntryImpl::CreateEntry(Addr node_address, const std::string& key,
297 uint32 EntryImpl::GetHash() {
301 bool EntryImpl::IsSameEntry(const std::string& key, uint32 hash) {
309 void EntryImpl::InternalDoom() {
323 bool EntryImpl::SanityCheck() {
368 bool EntryImpl::DataSanityCheck() {
398 void EntryImpl::FixForDelete() {
425 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) {
431 void EntryImpl::BeginLogging(net::NetLog* net_log, bool created) {
440 const net::BoundNetLog& EntryImpl::net_log() const {
446 void EntryImpl::Doom() {
451 void EntryImpl::DoomImpl() {
459 void EntryImpl::Close() {
464 std::string EntryImpl::GetKey() const {
482 File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address,
496 Time EntryImpl::GetLastUsed() const {
501 Time EntryImpl::GetLastModified() const {
506 int32 EntryImpl::GetDataSize(int index) const {
514 int EntryImpl::ReadData(int index, int offset, IOBuffer* buf, int buf_len,
537 int EntryImpl::ReadDataImpl(int index, int offset, IOBuffer* buf, int buf_len,
555 int EntryImpl::WriteData(int index, int offset, IOBuffer* buf, int buf_len,
575 int EntryImpl::WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len,
595 int EntryImpl::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
607 int EntryImpl::ReadSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
621 int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
633 int EntryImpl::WriteSparseDataImpl(int64 offset, IOBuffer* buf, int buf_len,
647 int EntryImpl::GetAvailableRange(int64 offset, int len, int64* start,
656 int EntryImpl::GetAvailableRangeImpl(int64 offset, int len, int64* start) {
664 bool EntryImpl::CouldBeSparse() const {
669 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
673 void EntryImpl::CancelSparseIO() {
678 void EntryImpl::CancelSparseIOImpl() {
685 int EntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
696 int EntryImpl::ReadyForSparseIOImpl(const CompletionCallback& callback) {
709 EntryImpl::~EntryImpl() {
715 Log("~EntryImpl in");
756 Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this));
761 int EntryImpl::InternalReadData(int index, int offset,
846 int EntryImpl::InternalWriteData(int index, int offset,
952 bool EntryImpl::CreateDataBlock(int index, int size) {
964 bool EntryImpl::CreateBlock(int size, Addr* address) {
990 void EntryImpl::DeleteData(Addr address, int index) {
1008 void EntryImpl::UpdateRank(bool modified) {
1025 void EntryImpl::DeleteEntryData(bool everything) {
1084 bool EntryImpl::PrepareTarget(int index, int offset, int buf_len,
1114 bool EntryImpl::HandleTruncation(int index, int offset, int buf_len) {
1171 bool EntryImpl::CopyToLocalBuffer(int index) {
1194 bool EntryImpl::MoveToLocalBuffer(int index) {
1210 bool EntryImpl::ImportSeparateFile(int index, int new_size) {
1217 bool EntryImpl::PrepareBuffer(int index, int offset, int buf_len) {
1252 bool EntryImpl::Flush(int index, int min_len) {
1291 void EntryImpl::UpdateSize(int index, int old_size, int new_size) {
1300 int EntryImpl::InitSparseData() {
1313 void EntryImpl::SetEntryFlags(uint32 flags) {
1318 uint32 EntryImpl::GetEntryFlags() {
1322 void EntryImpl::GetData(int index, char** buffer, Addr* address) {
1349 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) {
1380 void EntryImpl::Log(const char* msg) {