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

  /external/skia/tools/bookmaker/
selfCheck.cpp 50 Definition* topicDef = topic.second;
51 if (topicDef->fParent) {
54 if (!topicDef->isRoot()) {
57 fRoot = topicDef->asRoot();
spellCheck.cpp 108 Definition* topicDef = topic.second;
109 if (topicDef->fParent) {
112 if (!topicDef->isRoot()) {
115 fRoot = topicDef->asRoot();
119 this->check(topicDef);
mdOut.cpp 333 auto topicDef = fBmhParser.fTopicMap.at(s);
334 if (topicDef->fParent) {
337 if (!topicDef->isRoot()) {
340 fRoot = topicDef->asRoot();
374 this->markTypeOut(topicDef);
    [all...]
  /external/skqp/tools/bookmaker/
selfCheck.cpp 28 Definition* topicDef = topic.second;
29 if (topicDef->fParent) {
32 if (!topicDef->isRoot()) {
35 fRoot = topicDef->asRoot();
spellCheck.cpp 109 Definition* topicDef = topic.second;
110 if (topicDef->fParent) {
113 if (!topicDef->isRoot()) {
116 fRoot = topicDef->asRoot();
120 this->check(topicDef);
mdOut.cpp 329 auto topicDef = fBmhParser.fTopicMap.at(s);
330 if (topicDef->fParent) {
333 if (!topicDef->isRoot()) {
336 fRoot = topicDef->asRoot();
369 this->markTypeOut(topicDef);
    [all...]

Completed in 179 milliseconds