OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryState
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h
61
EntryState
GetState() const;
66
void SetState(
EntryState
state);
206
void SetSate(uint32 hash, Addr address,
EntryState
state);
disk_format.h
124
enum
EntryState
{
disk_format_v3.h
103
enum
EntryState
{
216
int8 state; // Current
EntryState
.
235
int8 state; // Current
EntryState
.
index_table_v3.cc
138
void SetCellState(IndexCell* cell, disk_cache::
EntryState
state) {
200
disk_cache::
EntryState
state =
201
static_cast<disk_cache::
EntryState
>(GetCellState(cell));
287
EntryState
EntryCell::GetState() const {
288
return static_cast<
EntryState
>(GetCellState(cell_));
303
void EntryCell::SetState(
EntryState
state) {
682
void IndexTable::SetSate(uint32 hash, Addr address,
EntryState
state) {
689
EntryState
old_state = cell.GetState();
[
all
...]
index_table_v3_unittest.cc
155
disk_cache::
EntryState
state = disk_cache::ENTRY_MODIFIED;
Completed in 651 milliseconds