Lines Matching refs:tableOfContents
334 abstract TableOfContents.Section getSection(TableOfContents tableOfContents); in getSection() argument
373 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeStringIds() argument
374 return tableOfContents.stringIds; in mergeStringIds()
395 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeIds() argument
396 return tableOfContents.typeIds; in mergeTypeIds()
419 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeLists() argument
420 return tableOfContents.typeLists; in mergeTypeLists()
439 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeProtoIds() argument
440 return tableOfContents.protoIds; in mergeProtoIds()
462 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeFieldIds() argument
463 return tableOfContents.fieldIds; in mergeFieldIds()
485 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeMethodIds() argument
486 return tableOfContents.methodIds; in mergeMethodIds()
509 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeAnnotations() argument
510 return tableOfContents.annotations; in mergeAnnotations()