OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:directivemap
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderCounter.cpp
594
const CounterDirectiveMap*
directiveMap
= renderer->style()->counterDirectives();
595
if (!
directiveMap
)
597
CounterDirectiveMap::const_iterator end =
directiveMap
->end();
599
for (CounterDirectiveMap::const_iterator it =
directiveMap
->begin(); it != end; ++it)
605
for (CounterDirectiveMap::const_iterator it =
directiveMap
->begin(); it != end; ++it) {
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
101
///
DirectiveMap
- This is a table handlers for directives. Each handler is
105
StringMap<std::pair<MCAsmParserExtension*, DirectiveHandler> >
DirectiveMap
;
129
DirectiveMap
[Directive] = std::make_pair(Object, Handler);
[
all
...]
Completed in 845 milliseconds