OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iteratortype
(Results
1 - 8
of
8
) 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;
/frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h
97
template<class DataType, class Traits, class
IteratorType
>
98
class PolicyIteratorBase : public
IteratorType
106
typedef PolicyIteratorBase<value_type, Traits,
IteratorType
> Self;
109
typedef PolicyIteratorBase<value_type, nonconst_traits,
IteratorType
> iterator;
111
typedef PolicyIteratorBase<value_type, const_traits,
IteratorType
> const_iterator;
118
:
IteratorType
() {}
121
:
IteratorType
(X.m_pNode) {}
124
:
IteratorType
(X) {}
130
{ return static_cast<node_type*>(
IteratorType
::m_pNode)->data; }
133
{ return *static_cast<node_type*>(
IteratorType
::m_pNode)->data;
[
all
...]
/frameworks/compile/mclinker/include/mcld/
InputTree.h
25
template<typename Traits, typename
IteratorType
>
26
class PolicyIterator<mcld::Input, Traits,
IteratorType
> : public PolicyIteratorBase<Input, Traits,
IteratorType
>
29
typedef PolicyIterator<Input, Traits,
IteratorType
> Self;
30
typedef PolicyIteratorBase<Input, Traits,
IteratorType
> Base;
31
typedef PolicyIterator<Input, typename Traits::nonconst_traits,
IteratorType
> iterator;
32
typedef PolicyIterator<Input, typename Traits::const_traits,
IteratorType
> const_iterator;
50
IteratorType
::advance();
53
IteratorType
::advance();
59
IteratorType
::advance()
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl.h
52
enum
IteratorType
{ LOW_RES, HIGH_RES, NUM_ITERATORS };
59
IteratorType
iterator_type;
picture_layer_impl.cc
[
all
...]
/external/chromium_org/net/tools/balsa/
balsa_headers.h
[
all
...]
/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
...]
/art/compiler/dex/
global_value_numbering_test.cc
284
template <typename
IteratorType
>
295
IteratorType
iterator(cu_.mir_graph.get());
[
all
...]
Completed in 1063 milliseconds