HomeSort by relevance Sort by last modified time
    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 102 /// DirectiveMap - This is a table handlers for directives. Each handler is
106 StringMap<std::pair<MCAsmParserExtension*, DirectiveHandler> > DirectiveMap;
138 DirectiveMap[Directive] = std::make_pair(Object, Handler);
    [all...]

Completed in 226 milliseconds