Lines Matching refs:oneLiner
192 auto populator = [this](string key, string singular, string plural, string oneLiner, in addPopulators()
196 fPopulators[key].fOneLiner = oneLiner; in addPopulators()
912 auto oneLiner = std::find_if(child->fChildren.begin(), child->fChildren.end(), in summaryOut() local
914 if (child->fChildren.end() == oneLiner) { in summaryOut()
933 FPRINTF("%s", out_table_data_description(*oneLiner).c_str()); in summaryOut()
1937 auto oneLiner = std::find_if(def->fChildren.begin(), def->fChildren.end(), in markTypeOut() local
1939 if (def->fChildren.end() != oneLiner) { in markTypeOut()
1940 TextParser parser(*oneLiner); in markTypeOut()
2394 const Definition* oneLiner = nullptr; in subtopicRowOut() local
2397 oneLiner = child; in subtopicRowOut()
2401 if (!oneLiner) { in subtopicRowOut()
2413 this->rowOut(keyName.c_str(), string(oneLiner->fContentStart, in subtopicRowOut()
2414 oneLiner->fContentEnd - oneLiner->fContentStart), false); in subtopicRowOut()