Lines Matching refs:fContentStart
57 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in constOut()
58 memberStart->fContentStart; in constOut()
79 this->setStart(memberStart->fContentStart, memberStart); in constOut()
85 const char* commentStart = def->fContentStart; in descriptionOut()
118 commentStart = prop->fChildren[childSize - 1]->fContentStart; in descriptionOut()
148 string bugstr("(see skbug.com/" + string(prop->fContentStart, in descriptionOut()
149 prop->fContentEnd - prop->fContentStart) + ')'); in descriptionOut()
173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()
258 const char* start = phraseDef->fContentStart; in descriptionOut()
293 commentStart = prop->fContentStart; in descriptionOut()
327 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in enumHeaderOut()
328 child.fContentStart; in enumHeaderOut()
333 this->setStart(child.fContentStart, &child); in enumHeaderOut()
426 commentStart = test->fContentStart; in enumHeaderOut()
460 bodyEnd = braceHolder->fContentStart; in enumHeaderOut()
487 shortComment = string(constItem->fContentStart, constItem->length()); in enumMemberComment()
506 TextParser enumLine(token->fFileName, last->fEnd, token->fContentStart, token->fLineCount); in enumMemberName()
511 item->fValue = string(token->fContentStart, (int) (last->fEnd - token->fContentStart)); in enumMemberName()
622 TextParser valueEnd(token.fFileName, last.fEnd, token.fContentStart, token.fLineCount); in enumMembersOut()
632 this->setStartBack(token.fContentStart, &token); in enumMembersOut()
669 preprocessor->fStart = token->fContentStart; in enumPreprocessor()
733 TextParser enumLine(token.fFileName, lastEnd, token.fContentStart, token.fLineCount); in enumSizeItems()
739 lengths.fCurValue = (int) (lastEnd - token.fContentStart); in enumSizeItems()
744 TextParser valueEnd(token.fFileName, lastEnd, token.fContentStart, token.fLineCount); in enumSizeItems()
760 lengths.fCurName = (int) (lastEnd - token.fContentStart); in enumSizeItems()
761 enumName = string(token.fContentStart, lengths.fCurName); in enumSizeItems()
847 this->writeBlock(iter->length(), iter->fContentStart); in methodOut()
1008 string name(child.fContentStart, (int) (child.fContentEnd - child.fContentStart)); in structMemberOut()
1020 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1024 this->writeBlock((int) (child.fStart - memberStart->fContentStart), in structMemberOut()
1025 memberStart->fContentStart); in structMemberOut()
1040 this->writeBlock((int) (valueEnd->fStart - valueStart->fContentStart), in structMemberOut()
1041 valueStart->fContentStart); in structMemberOut()
1048 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1117 string name(child.fContentStart, child.length()); in defineOut()
1217 TextParser typeStr(token.fFileName, typeStart->fContentStart, token.fContentStart, in structSizeMembers()
1221 longestName = SkTMax(longestName, (int) (token.fContentEnd - token.fContentStart)); in structSizeMembers()
1224 string tokenName(token.fContentStart, (int) (token.fContentEnd - token.fContentStart)); in structSizeMembers()
1246 SkTMax(longestValue, (int) (token.fContentEnd - token.fContentStart)); in structSizeMembers()
1267 if (child.fContentStart == start) { in find_start()
1270 if (child.fContentStart >= start) { in find_start()
1330 this->setStart(child.fContentStart + 1, &child); in populate()
1353 string name(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
1380 fContinuation = child.fContentStart; in populate()
1385 ptrdiff_t childLen = child.fContentEnd - child.fContentStart; in populate()
1386 SkASSERT(')' == child.fContentStart[childLen]); in populate()
1390 clonedMethod->fContentStart, clonedMethod->fLineCount); in populate()
1392 if (params.startsWith(child.fContentStart, childLen)) { in populate()
1412 size_t len = (size_t) (child.fContentEnd - child.fContentStart); in populate()
1415 if (len >= operatorLen && !strncmp(child.fContentStart, operatorStr, operatorLen)) { in populate()
1425 const char* continueEnd = child.fContentStart; in populate()
1490 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in populate()
1491 child.fContentStart; in populate()
1498 bodyEnd = prior->fContentStart - 1; in populate()
1512 this->setStart(child.fContentStart, &child); in populate()
1587 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in populate()
1588 child.fContentStart; in populate()
1599 this->setStart(requireDense->fContentStart, requireDense); in populate()
1602 this->setStart(child.fContentStart, &child); in populate()
1625 const char* commentStart = root->fContentStart; in populate()
1697 bool writeTwo = '\n' == child.fContentStart[-1] in populate()
1698 && '\n' == child.fContentStart[-2]; in populate()
1700 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in populate()
1701 child.fContentStart; in populate()
1705 this->writeBlockTrim(child.length() + 1, child.fContentStart); in populate()
1707 && '\n' == child.fContentStart[2]; in populate()
1887 match += string(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
1903 match += string(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
1953 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
1961 this->writeBlock((int) (nameEnd - memberStart->fContentStart), in populate()
1962 memberStart->fContentStart); in populate()
1970 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
1972 this->setStart(child.fContentStart + 1, &child); in populate()
2052 this->setStartBack(includeMapper.second.fContentStart, &includeMapper.second); in populate()
2120 string codeContents(codeDef->fContentStart, codeDef->length()); in resolveMethod()
2154 return string(child->fContentStart, (int) (child->fContentEnd - child->fContentStart)); in resolveAlias()
2249 substitute = string(child->fContentStart, child->length()); in resolveRef()
2295 SkASSERT(start >= fLastDescription->fContentStart); in resolveRef()
2296 string lastDescription = string(fLastDescription->fContentStart, in resolveRef()
2297 (int) (start - fLastDescription->fContentStart)); in resolveRef()
2300 fLine = fLastDescription->fContentStart + lineStart + 1; in resolveRef()