Searched refs:child_type (Results 1 – 3 of 3) sorted by relevance
176 FourCC child_type = (*children)[0].BoxType(); in MaybeReadChildren() local178 ChildMap::iterator start_itr = children_.lower_bound(child_type); in MaybeReadChildren()179 ChildMap::iterator end_itr = children_.upper_bound(child_type); in MaybeReadChildren()189 << FourCCToString(child_type) << " boxes."; in MaybeReadChildren()
186 FourCC child_type = child->BoxType(); in ReadChild() local188 ChildMap::iterator itr = children_.find(child_type); in ReadChild()190 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box."; in ReadChild()
669 child_type = node_list[index]670 child_type_string = _V8HeapSnapshotParser._CHILD_TYPES[int(child_type)]