HomeSort by relevance Sort by last modified time
    Searched refs:defStart (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/bookmaker/
bookmaker.cpp 63 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType,
157 definition->fStart = defStart;
192 fTopics.emplace_front(markType, defStart, fLineCount, fParent);
264 definition->fStart = defStart;
298 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
340 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
398 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
    [all...]
bookmaker.h     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp 62 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType,
151 definition->fStart = defStart;
186 fTopics.emplace_front(markType, defStart, fLineCount, fParent);
237 definition->fStart = defStart;
272 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
315 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
369 fMarkup.emplace_front(markType, defStart, fLineCount, fParent);
725 const char* defStart = fChar - 1;
750 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder)) {
    [all...]
bookmaker.h     [all...]

Completed in 109 milliseconds