Home
last modified time | relevance | path

Searched refs:fContentStart (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/tools/bookmaker/
DincludeWriter.cpp57 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()
[all …]
DbmhParser.cpp228 definition->fContentStart = fChar; in addDefinition()
265 definition->fContentStart = fChar; in addDefinition()
328 definition->fContentStart = fChar; in addDefinition()
383 definition->fContentStart = fChar; in addDefinition()
401 TextParser parser(definition->fFileName, definition->fContentStart, end, in addDefinition()
418 definition->fContentStart = fChar; in addDefinition()
429 phraseParam->fContentStart = fChar; in addDefinition()
438 definition->fContentStart = fChar; in addDefinition()
471 definition->fContentStart = fChar; in addDefinition()
529 definition->fContentStart = fChar; in addDefinition()
[all …]
DmdOut.cpp140 string constant = string(def->fContentStart, (int) (parser.fChar - def->fContentStart)); in table_data_const()
156 return out_table_data_description(string(def->fContentStart, in out_table_data_description()
157 (int) (def->fContentEnd - def->fContentStart))); in out_table_data_description()
408 priorDef->fContentStart, priorDef->fLineCount); in setLink()
544 exEnd = example->fChildren.back()->fContentStart; in setLink()
1020 TextParser parser(fMethod->fFileName, fMethod->fStart, fMethod->fContentStart, in findParamType()
1044 TextParser parser(def->fFileName, def->fStart, def->fContentStart, in getMemberTypeName()
1182 string name = string(token.fContentStart, token.length()); in addCodeBlock()
1213 string body(member->fContentStart, member->length()); in addCodeBlock()
1226 while (member->fContentEnd >= nextMember->fContentStart) { in addCodeBlock()
[all …]
DincludeParser.cpp426 i.fEnd = iter->fContentStart; in writeCodeBlock()
462 const char* before = iDef.fContentStart; in writeCodeBlock()
465 int startIndent = iDef.fContentStart - before - 1; in writeCodeBlock()
786 paramName += string(token.fContentStart, in checkTokens()
787 token.fContentEnd - token.fContentStart); in checkTokens()
813 int skip = !strncmp(token.fContentStart, "explicit ", 9) ? 9 : 0; in checkTokens()
814 skip = !strncmp(token.fContentStart, "virtual ", 8) ? 8 : skip; in checkTokens()
817 constructorName += string(token.fContentStart + skip, in checkTokens()
818 tokenEnd - token.fContentStart - skip); in checkTokens()
1158 markupDef.fContentStart = includeDef.fStart; in defineClass()
[all …]
Ddefinition.cpp186 TextParser iParser(fFileName, fStart, fContentStart, fLineCount); in parseOperator()
302 fName = string(label.fContentStart, label.fContentEnd - label.fContentStart); in boilerplateIfDef()
418 const char* end = fContentStart; in checkMethod()
502 const char* descStart = fContentStart; in checkMethod()
576 TextParser parser(fFileName, fStart, fContentStart, fLineCount); in crossCheck2()
581 contentEnd = fContentStart; in crossCheck2()
597 return crossCheckInside(fContentStart, fContentEnd, includeToken); in crossCheck()
604 if (tokenEnd <= fContentStart || strncmp(tokenEnd, defaultTag, tagSize)) { in methodEnd()
630 TextParser inc("", includeToken.fContentStart, tokenEnd, 0); in crossCheckInside()
699 const char* end = fContentStart; in formatFunction()
[all …]
DselfCheck.cpp90 string subtopic(child->fContentStart, in checkMethod()
91 child->fContentEnd - child->fContentStart); in checkMethod()
Ddefinition.h77 , fContentStart(start) in Definition()
168 return (int) (fContentEnd - fContentStart); in length()
233 const char* fContentStart; // start past optional markup name variable
DtextParser.cpp16 TextParser(definition->fFileName, definition->fContentStart, definition->fContentEnd, in TextParser()
69 fStart = definition->fContentStart; in setForErrorReporting()
DincludeParser.h298 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition()
304 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition()
DhackParser.cpp81 const char* keep = child->fContentStart; in replaceWithPop()
Dcataloger.cpp153 stdOutStart = outVolatile->fContentStart; in textOut()
DspellCheck.cpp156 const char* textStart = def->fContentStart; in check()
246 TextParser paramParser(def->fFileName, def->fStart, def->fContentStart, in check()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp57 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()
[all …]
DbmhParser.cpp228 definition->fContentStart = fChar; in addDefinition()
265 definition->fContentStart = fChar; in addDefinition()
328 definition->fContentStart = fChar; in addDefinition()
383 definition->fContentStart = fChar; in addDefinition()
401 TextParser parser(definition->fFileName, definition->fContentStart, end, in addDefinition()
418 definition->fContentStart = fChar; in addDefinition()
429 phraseParam->fContentStart = fChar; in addDefinition()
438 definition->fContentStart = fChar; in addDefinition()
471 definition->fContentStart = fChar; in addDefinition()
529 definition->fContentStart = fChar; in addDefinition()
[all …]
DmdOut.cpp139 string constant = string(def->fContentStart, (int) (parser.fChar - def->fContentStart)); in table_data_const()
155 return out_table_data_description(string(def->fContentStart, in out_table_data_description()
156 (int) (def->fContentEnd - def->fContentStart))); in out_table_data_description()
407 priorDef->fContentStart, priorDef->fLineCount); in setLink()
543 exEnd = example->fChildren.back()->fContentStart; in setLink()
1020 TextParser parser(fMethod->fFileName, fMethod->fStart, fMethod->fContentStart, in findParamType()
1044 TextParser parser(def->fFileName, def->fStart, def->fContentStart, in getMemberTypeName()
1182 string name = string(token.fContentStart, token.length()); in addCodeBlock()
1213 string body(member->fContentStart, member->length()); in addCodeBlock()
1226 while (member->fContentEnd >= nextMember->fContentStart) { in addCodeBlock()
[all …]
DincludeParser.cpp425 i.fEnd = iter->fContentStart; in writeCodeBlock()
461 const char* before = iDef.fContentStart; in writeCodeBlock()
464 int startIndent = iDef.fContentStart - before - 1; in writeCodeBlock()
785 paramName += string(token.fContentStart, in checkTokens()
786 token.fContentEnd - token.fContentStart); in checkTokens()
812 int skip = !strncmp(token.fContentStart, "explicit ", 9) ? 9 : 0; in checkTokens()
813 skip = !strncmp(token.fContentStart, "virtual ", 8) ? 8 : skip; in checkTokens()
816 constructorName += string(token.fContentStart + skip, in checkTokens()
817 tokenEnd - token.fContentStart - skip); in checkTokens()
1157 markupDef.fContentStart = includeDef.fStart; in defineClass()
[all …]
Ddefinition.cpp186 TextParser iParser(fFileName, fStart, fContentStart, fLineCount); in parseOperator()
302 fName = string(label.fContentStart, label.fContentEnd - label.fContentStart); in boilerplateIfDef()
418 const char* end = fContentStart; in checkMethod()
502 const char* descStart = fContentStart; in checkMethod()
576 TextParser parser(fFileName, fStart, fContentStart, fLineCount); in crossCheck2()
581 contentEnd = fContentStart; in crossCheck2()
597 return crossCheckInside(fContentStart, fContentEnd, includeToken); in crossCheck()
604 if (tokenEnd <= fContentStart || strncmp(tokenEnd, defaultTag, tagSize)) { in methodEnd()
630 TextParser inc("", includeToken.fContentStart, tokenEnd, 0); in crossCheckInside()
699 const char* end = fContentStart; in formatFunction()
[all …]
DselfCheck.cpp90 string subtopic(child->fContentStart, in checkMethod()
91 child->fContentEnd - child->fContentStart); in checkMethod()
Ddefinition.h77 , fContentStart(start) in Definition()
168 return (int) (fContentEnd - fContentStart); in length()
233 const char* fContentStart; // start past optional markup name variable
DtextParser.cpp16 TextParser(definition->fFileName, definition->fContentStart, definition->fContentEnd, in TextParser()
69 fStart = definition->fContentStart; in setForErrorReporting()
DincludeParser.h298 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition()
304 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition()
DhackParser.cpp81 const char* keep = child->fContentStart; in replaceWithPop()
Dcataloger.cpp153 stdOutStart = outVolatile->fContentStart; in textOut()
DspellCheck.cpp156 const char* textStart = def->fContentStart; in check()
246 TextParser paramParser(def->fFileName, def->fStart, def->fContentStart, in check()
DparserCommon.cpp187 this->stringAppend(result, string(def->fContentStart, def->length())); in stringAppend()

12