Searched refs:rowOut (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | mdOut.h | 276 void rowOut(string col1, const Definition* col2); 277 void rowOut(const char * name, string description, bool literalName);
|
D | mdOut.cpp | 2220 void MdOut::rowOut(string col1, const Definition* col2) { in rowOut() function in MdOut 2243 void MdOut::rowOut(const char* name, string description, bool literalName) { in rowOut() function in MdOut 2297 this->rowOut(link.c_str(), description, true); in subtopicsOut() 2378 this->rowOut("overloads", entry.second); in subtopicOut() 2385 this->rowOut("", child); in subtopicOut() 2413 this->rowOut(keyName.c_str(), string(oneLiner->fContentStart, in subtopicRowOut()
|