OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARENT_ENTRY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
disk_format.h
132
PARENT_ENTRY
= 1, // This entry has children (sparse) entries.
disk_format_v3.h
207
PARENT_ENTRY
= 1, // This entry has children (sparse) entries.
sparse_control.cc
337
DCHECK(entry->GetEntryFlags() &
PARENT_ENTRY
);
395
entry_->SetEntryFlags(
PARENT_ENTRY
);
407
if (!(
PARENT_ENTRY
& entry_->GetEntryFlags()))
sparse_control_v3.cc
316
DCHECK(entry->GetEntryFlags() &
PARENT_ENTRY
);
397
entry_->SetEntryFlags(
PARENT_ENTRY
);
409
if (!(
PARENT_ENTRY
& entry_->GetEntryFlags()))
entry_impl_v3.cc
1039
if (GetEntryFlags() &
PARENT_ENTRY
) {
[
all
...]
entry_impl.cc
474
if (GetEntryFlags() &
PARENT_ENTRY
) {
[
all
...]
Completed in 2958 milliseconds