HomeSort by relevance Sort by last modified time
    Searched full:rootdefinition (Results 1 - 16 of 16) sorted by null

  /external/skia/tools/bookmaker/
bookmaker.h 719 class RootDefinition;
823 virtual RootDefinition* asRoot() { SkASSERT(0); return nullptr; }
824 virtual const RootDefinition* asRoot() const { SkASSERT(0); return nullptr; }
896 virtual RootDefinition* rootParent() { SkASSERT(0); return nullptr; }
897 virtual const RootDefinition* rootParent() const { SkASSERT(0); return nullptr; }
951 class RootDefinition : public Definition {
958 RootDefinition() {
961 RootDefinition(MarkType markType, const char* start, int line, Definition* parent)
965 RootDefinition(MarkType markType, const char* start, const char* end, int line,
969 ~RootDefinition() override
    [all...]
includeWriter.cpp 202 void IncludeWriter::enumHeaderOut(const RootDefinition* root,
232 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo);
234 enumDef = root->find(fullName, RootDefinition::AllowParens::kNo);
247 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo);
334 void IncludeWriter::enumMembersOut(const RootDefinition* root, Definition& child) {
    [all...]
mdOut.cpp 241 const RootDefinition* root = test->asRoot();
244 RootDefinition::AllowParens::kYes)) {
419 fRoot = const_cast<RootDefinition*>(def->asRoot());
518 if (const Definition* definition = fRoot->find(ref, RootDefinition::AllowParens::kYes)) {
526 const RootDefinition* root = test->asRoot();
532 RootDefinition::AllowParens::kYes);
540 RootDefinition::AllowParens::kYes)) {
562 const RootDefinition& classDef = classIter->second;
563 const Definition* result = classDef.find(ref, RootDefinition::AllowParens::kYes);
576 auto def = iter.second.find(ref, RootDefinition::AllowParens::kYes)
    [all...]
selfCheck.cpp 150 RootDefinition* fRoot;
includeParser.cpp 218 RootDefinition* root = &finder->second;
226 RootDefinition* root = nullptr;
256 const Definition* def = root->find(fullName, RootDefinition::AllowParens::kYes);
266 def = root->find(paramName, RootDefinition::AllowParens::kYes);
283 def = root->find(operatorName, RootDefinition::AllowParens::kYes);
292 def = root->find(constructorName, RootDefinition::AllowParens::kYes);
297 def = root->find(macroName, RootDefinition::AllowParens::kYes);
303 RootDefinition::AllowParens::kYes);
328 def = root->find(lowerName, RootDefinition::AllowParens::kYes);
342 def = root->find(withParens, RootDefinition::AllowParens::kNo)
    [all...]
bookmaker.cpp 97 RootDefinition* rootParent = fRoot->rootParent();
103 if (!hasEnd && fRoot->find(name, RootDefinition::AllowParens::kNo)) {
110 RootDefinition* childRoot = new RootDefinition;
193 RootDefinition* rootDefinition = &fTopics.front();
194 definition = rootDefinition;
694 RootDefinition* definition = &fExternals.front();
    [all...]
definition.cpp     [all...]
spellCheck.cpp 75 RootDefinition* fRoot;
355 fRoot = const_cast<RootDefinition*>(def->asRoot());
  /external/skqp/tools/bookmaker/
bookmaker.h 717 class RootDefinition;
816 virtual RootDefinition* asRoot() { SkASSERT(0); return nullptr; }
817 virtual const RootDefinition* asRoot() const { SkASSERT(0); return nullptr; }
888 virtual RootDefinition* rootParent() { SkASSERT(0); return nullptr; }
889 virtual const RootDefinition* rootParent() const { SkASSERT(0); return nullptr; }
930 class RootDefinition : public Definition {
937 RootDefinition() {
940 RootDefinition(MarkType markType, const char* start, int line, Definition* parent)
944 RootDefinition(MarkType markType, const char* start, const char* end, int line,
948 ~RootDefinition() override
    [all...]
includeWriter.cpp 168 void IncludeWriter::enumHeaderOut(const RootDefinition* root,
198 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo);
200 enumDef = root->find(fullName, RootDefinition::AllowParens::kNo);
213 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo);
300 void IncludeWriter::enumMembersOut(const RootDefinition* root, Definition& child) {
    [all...]
mdOut.cpp 241 const RootDefinition* root = test->asRoot();
244 RootDefinition::AllowParens::kYes)) {
414 fRoot = const_cast<RootDefinition*>(def->asRoot());
513 if (const Definition* definition = fRoot->find(ref, RootDefinition::AllowParens::kYes)) {
521 const RootDefinition* root = test->asRoot();
527 RootDefinition::AllowParens::kYes);
535 RootDefinition::AllowParens::kYes)) {
557 const RootDefinition& classDef = classIter->second;
558 const Definition* result = classDef.find(ref, RootDefinition::AllowParens::kYes);
571 if (iter.second.find(ref, RootDefinition::AllowParens::kYes))
    [all...]
includeParser.cpp 218 RootDefinition* root = &finder->second;
226 RootDefinition* root = nullptr;
256 const Definition* def = root->find(fullName, RootDefinition::AllowParens::kYes);
266 def = root->find(paramName, RootDefinition::AllowParens::kYes);
283 def = root->find(operatorName, RootDefinition::AllowParens::kYes);
292 def = root->find(constructorName, RootDefinition::AllowParens::kYes);
297 def = root->find(macroName, RootDefinition::AllowParens::kYes);
303 RootDefinition::AllowParens::kYes);
328 def = root->find(lowerName, RootDefinition::AllowParens::kYes);
342 def = root->find(withParens, RootDefinition::AllowParens::kNo)
    [all...]
bookmaker.cpp 96 RootDefinition* rootParent = fRoot->rootParent();
102 if (!hasEnd && fRoot->find(name, RootDefinition::AllowParens::kNo)) {
109 RootDefinition* childRoot = new RootDefinition;
187 RootDefinition* rootDefinition = &fTopics.front();
188 definition = rootDefinition;
596 RootDefinition* definition = &fExternals.front();
    [all...]
definition.cpp     [all...]
spellCheck.cpp 76 RootDefinition* fRoot;
366 fRoot = const_cast<RootDefinition*>(def->asRoot());
selfCheck.cpp 465 RootDefinition* fRoot;

Completed in 300 milliseconds