Lines Matching refs:rewriteBlock
105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
157 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
193 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
207 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, in descriptionOut()
241 this->rewriteBlock(commentLen, commentStart, Phrase::kNo); in descriptionOut()
270 this->rewriteBlock(localLength, start, defIsPhrase); in descriptionOut()
291 this->rewriteBlock(length, start, defIsPhrase); in descriptionOut()
314 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, phrase)) { in descriptionOut()
422 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut()
435 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut()
580 this->rewriteBlock(shortComment.length(), shortComment.c_str(), Phrase::kYes); in enumMemberOut()
907 this->rewriteBlock((int)(commentEnd - commentStart), commentStart, Phrase::kNo); in structOut()
1020 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1048 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1953 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
1970 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
2393 IncludeWriter::Wrote IncludeWriter::rewriteBlock(int size, const char* data, Phrase phrase) { in rewriteBlock() function in IncludeWriter