Searched refs:child_type (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_type.py21 for child_type in obj:
22 print child_type
/external/chromium_org/media/formats/mp4/
H A Dbox_reader.h184 FourCC child_type = (*children)[0].BoxType(); local
186 ChildMap::iterator start_itr = children_.lower_bound(child_type);
187 ChildMap::iterator end_itr = children_.upper_bound(child_type);
197 << FourCCToString(child_type) << " boxes.";
H A Dbox_reader.cc194 FourCC child_type = child->BoxType(); local
196 ChildMap::iterator itr = children_.find(child_type);
198 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box.";

Completed in 1687 milliseconds