Searched refs:streamTable (Results 1 – 3 of 3) sorted by relevance
459 streamTable.dropdefault(); in compile()460 streamTable.default_doc = docResolvedDoc; in compile()461 streamTable.default_hidlist = aparser.hidlist; in compile()467 streamTable.dropappl(); in compile()468 streamTable.appl_doc = docResolvedDoc; in compile()469 streamTable.appl_hidlist = aparser.hidlist; in compile()471 streamTable.appl_keywords = aparser.keywords; in compile()483 streamTable.document_id = documentId; in compile()484 streamTable.document_path = fileName; in compile()485 streamTable.document_title = title; in compile()[all …]
433 StreamTable streamTable; in link() local463 HelpCompiler hc( streamTable, xhpFile, langsourceRoot, in link()483 std::string documentPath = streamTable.document_path; in link()489 std::string documentTitle = streamTable.document_title; in link()500 const HashSet *hidlist = streamTable.appl_hidlist; in link()502 hidlist = streamTable.default_hidlist; in link()524 const Hashtable *anchorToLL = streamTable.appl_keywords; in link()526 anchorToLL = streamTable.default_keywords; in link()553 helpTextHash = streamTable.default_helptexts; in link()574 xmlDocPtr document = streamTable.appl_doc; in link()[all …]
287 HelpCompiler(StreamTable &streamTable,307 StreamTable &streamTable; member in HelpCompiler
Completed in 41 milliseconds