Home
last modified time | relevance | path

Searched refs:subtopicRowOut (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DmdOut.h283 bool subtopicRowOut(string keyName, const Definition* entry);
DmdOut.cpp2284 (void) subtopicRowOut(entry->fName, entry); // report all errors in subtopicsOut()
2368 if (!this->subtopicRowOut(entry.first, entry.second)) { in subtopicOut()
2393 bool MdOut::subtopicRowOut(string keyName, const Definition* entry) { in subtopicRowOut() function in MdOut