Searched refs:IteratorType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h41 typedef typename HeapHashMap<String, Member<T> >::const_iterator IteratorType; typedef in class:blink::MIDIPortMap
43 static const String& select(ScriptState*, IteratorType i) { return i->key; }
46 static T* select(ScriptState*, IteratorType i) { return i->value; }
49 static Vector<ScriptValue> select(ScriptState* scriptState, IteratorType i)
63 MapIterator(MIDIPortMap<T>* map, IteratorType iterator, IteratorType end)
94 IteratorType m_iterator;
95 const IteratorType m_end;
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h1052 template <typename IteratorType>
1053 const IteratorType HeaderLinesBeginHelper() const {
1055 return IteratorType(this, 0);
1060 return IteratorType(this, i);
1063 return IteratorType(this, 0);
1066 template <typename IteratorType>
1067 const IteratorType HeaderLinesEndHelper() const {
1069 return IteratorType(this, 0);
1076 return IteratorType(this, i + 1);
1079 return IteratorType(thi
[all...]
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h52 enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS }; enum in class:cc::PictureLayerImpl::LayerRasterTileIterator
59 IteratorType iterator_type;
H A Dpicture_layer_impl.cc1606 IteratorType index = stages_[current_stage_].iterator_type;
1621 IteratorType index = stages_[current_stage_].iterator_type;
1638 IteratorType index = stages_[current_stage_].iterator_type;
1648 IteratorType index = stages_[current_stage_].iterator_type;
1659 IteratorType index = stages_[current_stage_].iterator_type;
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp519 std::string IteratorType = getLowerName().str() + "_iterator"; variable
523 OS << " typedef " << Type << "* " << IteratorType << ";\n"; variable
524 OS << " " << IteratorType << " " << BeginFn << " const {"
526 OS << " " << IteratorType << " " << EndFn << " const {"
530 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName

Completed in 1600 milliseconds