OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_entry_id_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/flash/
log_store.cc
20
current_entry_id_
(-1),
61
DCHECK(
current_entry_id_
== -1 && size <= disk_cache::kFlashSegmentFreeSpace);
85
current_entry_id_
= *id;
87
open_entries_.insert(
current_entry_id_
);
100
DCHECK(
current_entry_id_
!= -1 &&
150
if (
current_entry_id_
!= -1) {
151
DCHECK(id ==
current_entry_id_
&& !current_entry_num_bytes_left_to_write_);
153
current_entry_id_
= -1;
log_store.h
86
int32
current_entry_id_
;
member in class:disk_cache::LogStore
89
// |
current_entry_id_
|. Its value makes sense iff |
current_entry_id_
| is not
Completed in 698 milliseconds