Searched defs:ChildMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dbox_reader.h164 typedef std::multimap<FourCC, BoxReader> ChildMap; typedef in class:media::mp4::BoxReader
168 ChildMap children_;
186 ChildMap::iterator start_itr = children_.lower_bound(child_type);
187 ChildMap::iterator end_itr = children_.upper_bound(child_type);
190 for (ChildMap::iterator itr = start_itr; itr != end_itr; ++itr) {
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp28 typedef std::multimap<Record*, Record*> ChildMap; typedef in class:__anon19554::ClangASTNodesEmitter
29 typedef ChildMap::const_iterator ChildIterator;
53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
73 const ChildMap &Tree,
158 ChildMap Tree;
/external/chromium_org/cc/resources/
H A Dresource_provider.h461 typedef base::hash_map<int, Child> ChildMap; typedef in class:cc::ResourceProvider
494 void DeleteAndReturnUnusedResourcesToChild(ChildMap::iterator child_it,
497 void DestroyChildInternal(ChildMap::iterator it, DeleteStyle style);
519 ChildMap children_;

Completed in 2214 milliseconds