HomeSort by relevance Sort by last modified time
    Searched defs:IteratorType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPortMap.h 41 typedef typename HeapHashMap<String, Member<T> >::const_iterator IteratorType;
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/cc/layers/
picture_layer_impl.h 52 enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS };
59 IteratorType iterator_type;
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 519 std::string IteratorType = getLowerName().str() + "_iterator";
523 OS << " typedef " << Type << "* " << IteratorType << ";\n";
524 OS << " " << IteratorType << " " << BeginFn << " const {"
526 OS << " " << IteratorType << " " << EndFn << " const {"
530 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName
    [all...]

Completed in 347 milliseconds