Lines Matching refs:writeString
150 this->writeString(bugstr); in descriptionOut()
223 this->writeString("-"); in descriptionOut()
277 this->writeString((*propParams)->fName); in descriptionOut()
404 this->writeString("\\enum"); in enumHeaderOut()
407 this->writeString(fullName.c_str()); in enumHeaderOut()
559 this->writeString(item.fName); in enumMemberOut()
567 this->writeString("="); in enumMemberOut()
574 this->writeString(item.fValue); in enumMemberOut()
576 this->writeString(","); in enumMemberOut()
578 this->writeString("//!<"); in enumMemberOut()
846 this->writeString("/"); in methodOut()
870 this->writeString("@param"); in methodOut()
872 this->writeString(methodPart->fName.c_str()); in methodOut()
874 this->writeString("@return"); in methodOut()
900 this->writeString("\\"); in structOut()
902 this->writeString(MarkType::kClass == child.fMarkType ? "class" : "struct"); in structOut()
904 this->writeString(child.fName.c_str()); in structOut()
972 this->writeString("\\file"); in firstBlockTrim()
979 this->writeString(fileName); in firstBlockTrim()
1027 this->writeString(name.c_str()); in structMemberOut()
1038 this->writeString("="); in structMemberOut()
1043 this->writeString(";"); in structMemberOut()
1046 this->writeString("//!<"); in structMemberOut()
1827 this->writeString("};"); in populate()
1965 this->writeString(";"); in populate()
1968 this->writeString("//!<"); in populate()
2354 this->writeString(temp.c_str()); in lookupMethod()
2385 this->writeString(temp.c_str()); in lookupReference()
2683 this->writeString("/* Generated by tools/bookmaker from"); in writeHeader()
2687 this->writeString(includeName); in writeHeader()
2689 this->writeString("and"); in writeHeader()
2693 this->writeString(bmhName); in writeHeader()
2702 this->writeString("on"); in writeHeader()
2704 this->writeString(dateTimeStr); in writeHeader()
2705 this->writeString(". Additional documentation and examples can be found at:"); in writeHeader()
2707 this->writeString("https://skia.org/user/api/"); in writeHeader()
2715 this->writeString(bmhPage); in writeHeader()
2717 …this->writeString("You may edit either file directly. Structural changes to public interfaces requ… in writeHeader()
2719 this->writeString("editing both files. After editing"); in writeHeader()
2721 this->writeString(bmhName); in writeHeader()
2723 this->writeString(", run:"); in writeHeader()
2726 this->writeString("bookmaker -b docs -i"); in writeHeader()
2728 this->writeString(includeName); in writeHeader()
2730 this->writeString("-p"); in writeHeader()
2733 this->writeString("to create an updated version of this file."); in writeHeader()
2736 this->writeString("*/"); in writeHeader()