• Home
  • Raw
  • Download

Lines Matching refs:string

18         string fSingular;
19 string fPlural;
20 string fOneLiner;
21 string fDetails;
45 string fDef;
95 bool findLink(string ref, string* linkPtr, bool addParens);
96 bool findLink(string ref, string* linkPtr, unordered_map<string, Definition*>& map);
97 bool hasWordSpace(string wordSpace) const;
100 string nextSeparator(const char* start) { in nextSeparator()
114 bool phraseContinues(string phrase, string* priorWord, string* priorLink) const;
121 bool hasParens = fEnd + 2 <= fRefEnd && "()" == string(fEnd, 2); in setLower()
136 string phrase = fPriorWord + fWord; in setPriorSpaceWord()
147 string funcRef = fPriorWord + "()"; in skipParens()
163 fSeparator = string(fSeparatorStart, start - fSeparatorStart); in skipWhiteSpace()
165 string wordSpace = fPriorWord + ' '; in skipWhiteSpace()
174 string fRef;
175 string fBack2Word;
176 string fBack2Separator;
177 string fPriorWord;
178 string fPriorLink;
179 string fPriorSeparator;
180 string fWord;
181 string fLink;
182 string fSeparator;
183 string fMethodName;
203 void addCodeBlock(const Definition* def, string& str) const;
205 string addReferences(const char* start, const char* end, Resolvable );
206 string anchorDef(string def, string name);
207 string anchorLocalRef(string ref, string name);
208 string anchorRef(string def, string name);
211 Definition* checkParentsForMatch(Definition* test, string ref) const;
215 string getMemberTypeName(const Definition* def, string* memberType);
217 void htmlOut(string );
220 string linkName(const Definition* ) const;
228 unordered_map<string, RootDefinition::SubtopicContents>& populator);
231 SubtopicDescriptions& populator(string key) { in populator()
276 void rowOut(string col1, const Definition* col2);
277 void rowOut(const char * name, string description, bool literalName);
279 void subtopicOut(string name);
281 void subtopicOut(string key, const vector<Definition*>& data, const Definition* csParent,
283 bool subtopicRowOut(string keyName, const Definition* entry);
284 void summaryOut(const Definition* def, MarkType , string name);
285 string tableDataCodeDef(const Definition* def);
286 string tableDataCodeDef(string def, string name);
287 string tableDataCodeLocalRef(string name);
288 string tableDataCodeLocalRef(string ref, string name);
289 string tableDataCodeRef(const Definition* ref);
290 string tableDataCodeRef(string ref, string name);
291 void writeSubtopicTableHeader(string key);
294 unordered_map<string, vector<AnchorDef> > fAllAnchorDefs;
295 unordered_map<string, vector<string> > fAllAnchorRefs;
306 unordered_map<string, SubtopicDescriptions> fPopulators;
307 unordered_map<string, string> fPhraseParams;