OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_iterator
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h
55
NonConstTraits<HashEntryTy> >
entry_iterator
;
typedef in class:mcld::HashTable
59
typedef
entry_iterator
iterator;
/external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc
62
Entries::const_iterator
entry_iterator
) {
204
Entries::iterator
entry_iterator
= GetEntryIteratorById(id);
local
205
if (
entry_iterator
== entries_.end())
210
observer_->OnRestoreEntryById(id,
entry_iterator
);
212
Entry* entry = *
entry_iterator
;
219
entries_.erase(
entry_iterator
);
220
entry_iterator
= entries_.end();
282
entries_.erase(
entry_iterator
);
tab_restore_service_helper.h
48
// Invoked before the entry is restored. |
entry_iterator
| points to the
51
Entries::const_iterator
entry_iterator
);
persistent_tab_restore_service.cc
132
Entries::const_iterator
entry_iterator
) OVERRIDE;
302
Entries::const_iterator
entry_iterator
) {
306
j !=
entry_iterator
&& j != entries.end();
[
all
...]
/external/chromium/base/
values.cc
517
ValueMap::const_iterator
entry_iterator
= dictionary_.find(key);
local
518
if (
entry_iterator
== dictionary_.end())
521
Value* entry =
entry_iterator
->second;
611
ValueMap::iterator
entry_iterator
= dictionary_.find(key);
local
612
if (
entry_iterator
== dictionary_.end())
615
Value* entry =
entry_iterator
->second;
620
dictionary_.erase(
entry_iterator
);
/external/chromium_org/base/
values.cc
613
ValueMap::const_iterator
entry_iterator
= dictionary_.find(key);
local
614
if (
entry_iterator
== dictionary_.end())
617
const Value* entry =
entry_iterator
->second;
742
ValueMap::iterator
entry_iterator
= dictionary_.find(key);
local
743
if (
entry_iterator
== dictionary_.end())
746
Value* entry =
entry_iterator
->second;
751
dictionary_.erase(
entry_iterator
);
Completed in 445 milliseconds