OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entry_iterator
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h
80
typedef EntryListType::iterator
entry_iterator
;
typedef in class:mcld::AArch64GOT
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h
68
typedef EntryListType::iterator
entry_iterator
;
typedef in class:mcld::ARMGOT
/frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h
51
entry_iterator
;
typedef in class:mcld::HashTable
55
typedef
entry_iterator
iterator;
/external/libchrome/base/
values.cc
645
ValueMap::const_iterator
entry_iterator
= dictionary_.find(key);
local
646
if (
entry_iterator
== dictionary_.end())
649
const Value* entry =
entry_iterator
->second;
774
ValueMap::iterator
entry_iterator
= dictionary_.find(key);
local
775
if (
entry_iterator
== dictionary_.end())
778
Value* entry =
entry_iterator
->second;
783
dictionary_.erase(
entry_iterator
);
[
all
...]
/external/libweave/third_party/chromium/base/
values.cc
611
ValueMap::const_iterator
entry_iterator
= dictionary_.find(key);
local
612
if (
entry_iterator
== dictionary_.end())
615
const Value* entry =
entry_iterator
->second;
731
ValueMap::iterator
entry_iterator
= dictionary_.find(key);
local
732
if (
entry_iterator
== dictionary_.end())
735
Value* entry =
entry_iterator
->second;
740
dictionary_.erase(
entry_iterator
);
Completed in 3069 milliseconds