• Home
  • Raw
  • Download

Lines Matching refs:fContentEnd

91     int commentLen = (int) (def->fContentEnd - commentStart);  in descriptionOut()
124 commentLen = (int) (prop->fContentEnd - commentStart); in descriptionOut()
149 prop->fContentEnd - prop->fContentStart) + ')'); in descriptionOut()
179 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
202 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
230 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
278 localLength = child->fContentEnd - child->fStart; in descriptionOut()
294 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
310 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
336 if (nullptr != nameDef.fContentEnd) { in enumHeaderOut()
428 test->fContentEnd; in enumHeaderOut()
505 this->setStart(token->fContentEnd, token); in enumMemberName()
510 last->fEnd = token->fContentEnd; in enumMemberName()
625 item.fValue += string(last.fEnd, (int) (token.fContentEnd - last.fEnd)); in enumMembersOut()
640 last.fEnd = token.fContentEnd; in enumMembersOut()
657 this->setStart(token->fContentEnd, token); in enumPreprocessor()
663 this->setStart(token->fContentEnd + 1, token); in enumPreprocessor()
678 preprocessor->fEnd = token->fContentEnd; in enumPreprocessor()
691 preprocessor->fEnd = token->fContentEnd; in enumPreprocessor()
705 preprocessor->fEnd = token->fContentEnd; in enumPreprocessor()
738 lastEnd = token.fContentEnd; in enumSizeItems()
747 lengths.fCurValue += (int) (token.fContentEnd - lastEnd); in enumSizeItems()
759 lastEnd = token.fContentEnd; in enumSizeItems()
1002 const char* blockStart = !fWroteMethod && fDeferComment ? fDeferComment->fContentEnd : fStart; in structMemberOut()
1008 string name(child.fContentStart, (int) (child.fContentEnd - child.fContentStart)); in structMemberOut()
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()
1353 string name(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
1385 ptrdiff_t childLen = child.fContentEnd - child.fContentStart; in populate()
1412 size_t len = (size_t) (child.fContentEnd - child.fContentStart); in populate()
1416 fContinuation = child.fContentEnd; in populate()
1525 fContinuation = child.fContentEnd; in populate()
1706 writeTwo = '\n' == child.fContentEnd[1] in populate()
1709 fStart = child.fContentEnd + 1; in populate()
1830 this->setStart(child.fParent->fContentEnd, child.fParent); in populate()
1855 this->setStart(child.fContentEnd, &child); in populate()
1879 this->setStart(child.fContentEnd + 1, &child); in populate()
1887 match += string(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
1903 match += string(child.fContentStart, child.fContentEnd - child.fContentStart); in populate()
2053 fEnd = includeMapper.second.fContentEnd; in populate()
2155 return string(child->fContentStart, (int) (child->fContentEnd - child->fContentStart)); in resolveAlias()