OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOffsets
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/flash/
segment.h
51
//
GetOffsets
(). The former can be used to store an offset that was returned by
73
std::vector<int32>
GetOffsets
() const { return offsets_; }
segment_unittest.cc
127
EXPECT_EQ(segment->
GetOffsets
().size(), disk_cache::kFlashMaxEntryCount);
150
EXPECT_LT(segment->
GetOffsets
().size(), disk_cache::kFlashMaxEntryCount);
Completed in 290 milliseconds