OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_ring
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
output_ordering.cc
150
PriorityRing&
first_ring
= priority_map_.begin()->second;
local
151
if (
first_ring
.empty()) {
155
MemCacheIter& mci =
first_ring
.front();
156
first_ring
.splice(
first_ring
.end(),
157
first_ring
,
158
first_ring
.begin());
/external/chromium_org/net/tools/flip_server/
output_ordering.cc
149
PriorityRing&
first_ring
= priority_map_.begin()->second;
local
150
if (
first_ring
.empty()) {
154
MemCacheIter& mci =
first_ring
.front();
155
first_ring
.splice(
first_ring
.end(),
first_ring
,
first_ring
.begin());
Completed in 94 milliseconds