Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.h287 string tableDataCodeLocalRef(string name);
288 string tableDataCodeLocalRef(string ref, string name);
DmdOut.cpp116 string MdOut::tableDataCodeLocalRef(string ref, string name) { in tableDataCodeLocalRef() function in MdOut
120 string MdOut::tableDataCodeLocalRef(string name) { in tableDataCodeLocalRef() function in MdOut
121 return this->tableDataCodeLocalRef(name, name); in tableDataCodeLocalRef()
125 return this->tableDataCodeLocalRef(ref->fFiddle, ref->fName); in tableDataCodeRef()
930 FPRINTF("%s", tableDataCodeLocalRef(memberName).c_str()); in summaryOut()