Lines Matching defs:EntryImplV3

44 class EntryImplV3::UserBuffer {
92 bool EntryImplV3::UserBuffer::PreWrite(int offset, int len) {
114 void EntryImplV3::UserBuffer::Truncate(int offset) {
124 void EntryImplV3::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
156 bool EntryImplV3::UserBuffer::PreRead(int eof, int offset, int* len) {
181 int EntryImplV3::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
206 void EntryImplV3::UserBuffer::Reset() {
219 bool EntryImplV3::UserBuffer::GrowBuffer(int required, int limit) {
247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only)
261 bool EntryImplV3::CreateEntry(Addr node_address, const std::string& key,
308 uint32 EntryImplV3::GetHash() {
312 bool EntryImplV3::IsSameEntry(const std::string& key, uint32 hash) {
320 void EntryImplV3::InternalDoom() {
334 bool EntryImplV3::SanityCheck() {
379 bool EntryImplV3::DataSanityCheck() {
409 void EntryImplV3::FixForDelete() {
436 void EntryImplV3::SetTimes(base::Time last_used, base::Time last_modified) {
442 void EntryImplV3::BeginLogging(net::NetLog* net_log, bool created) {
451 const net::BoundNetLog& EntryImplV3::net_log() const {
457 void EntryImplV3::Doom() {
462 void EntryImplV3::DoomImpl() {
470 void EntryImplV3::Close() {
475 std::string EntryImplV3::GetKey() const {
507 Time EntryImplV3::GetLastUsed() const {
512 Time EntryImplV3::GetLastModified() const {
517 int32 EntryImplV3::GetDataSize(int index) const {
525 int EntryImplV3::ReadData(int index, int offset, IOBuffer* buf, int buf_len,
566 int EntryImplV3::WriteData(int index, int offset, IOBuffer* buf, int buf_len,
606 int EntryImplV3::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
632 int EntryImplV3::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
658 int EntryImplV3::GetAvailableRange(int64 offset, int len, int64* start,
675 bool EntryImplV3::CouldBeSparse() const {
684 void EntryImplV3::CancelSparseIO() {
689 void EntryImplV3::CancelSparseIOImpl() {
696 int EntryImplV3::ReadyForSparseIO(const CompletionCallback& callback) {
707 int EntryImplV3::ReadyForSparseIOImpl(const CompletionCallback& callback) {
720 EntryImplV3::~EntryImplV3() {
1362 void EntryImplV3::ReportIOTime(Operation op, const base::TimeTicks& start) {
1393 void EntryImplV3::Log(const char* msg) {
1399 void EntryImplV3::Doom() {
1403 void EntryImplV3::Close() {
1407 std::string EntryImplV3::GetKey() const {
1411 Time EntryImplV3::GetLastUsed() const {
1415 Time EntryImplV3::GetLastModified() const {
1419 int32 EntryImplV3::GetDataSize(int index) const {
1423 int EntryImplV3::ReadData(int index, int offset, IOBuffer* buf, int buf_len,
1428 int EntryImplV3::WriteData(int index, int offset, IOBuffer* buf, int buf_len,
1433 int EntryImplV3::ReadSparseData(int64 offset, IOBuffer* buf, int buf_len,
1438 int EntryImplV3::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
1443 int EntryImplV3::GetAvailableRange(int64 offset, int len, int64* start,
1448 bool EntryImplV3::CouldBeSparse() const {
1452 void EntryImplV3::CancelSparseIO() {
1456 int EntryImplV3::ReadyForSparseIO(const CompletionCallback& callback) {
1460 EntryImplV3::~EntryImplV3() {