OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpList
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
OpQueue.h
103
typedef ComPtrList<TOperation>
OpList
;
126
OpList
m_OpQueue; // Queue of operations.
/external/llvm/utils/TableGen/
InstrInfoEmitter.cpp
210
std::map<unsigned, unsigned>
OpList
;
218
OpList
[I->second] = Info.MIOperandNo;
220
OperandMap[
OpList
].push_back(Namespace + "::" + Inst->TheDef->getName());
274
const std::map<unsigned, unsigned> &
OpList
= Entry.first;
279
OS << (
OpList
.count(i) == 0 ? -1 : (int)
OpList
.find(i)->second) << ", ";
Completed in 718 milliseconds