Searched defs:toStr (Results 1 – 3 of 3) sorted by relevance
483 toStr = toUnicode variable in NameRecord
354 auto toStr = [](bool array) { return array ? "an array" : "a scalar"; }; in checkGetValidity() local
365 SkString GrBackendFormat::toStr() const { in toStr() function in GrBackendFormat