OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentChildrenMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/syncable/
parent_child_index.h
54
typedef std::map<syncable::Id, OrderedChildSet*>
ParentChildrenMap
;
58
ParentChildrenMap
parent_children_map_;
parent_child_index.cc
61
ParentChildrenMap
::iterator i = parent_children_map_.find(parent_id);
76
ParentChildrenMap
::iterator parent =
93
ParentChildrenMap
::const_iterator parent =
104
ParentChildrenMap
::iterator parent = parent_children_map_.find(id);
Completed in 46 milliseconds