Searched defs:addOneLiner (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/bookmaker/
H A Dbookmaker.cpp1130 this->addOneLiner(fRelatedFunctions, child, hasLine, true);
1135 this->addOneLiner(fClassesAndStructs, child, hasLine, false);
1140 this->addOneLiner(fConstants, child, hasLine, true);
1143 this->addOneLiner(fMembers, child, hasLine, false);
1151 void HackParser::addOneLiner(const Definition* defTable, const Definition* child, bool hasLine, function in class:HackParser
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp1037 this->addOneLiner(fRelatedFunctions, child, hasLine, true);
1042 this->addOneLiner(fClassesAndStructs, child, hasLine, false);
1047 this->addOneLiner(fConstants, child, hasLine, true);
1050 this->addOneLiner(fMembers, child, hasLine, false);
1058 void HackParser::addOneLiner(const Definition* defTable, const Definition* child, bool hasLine, function in class:HackParser

Completed in 89 milliseconds