Searched refs:kAttrCohortName (Results 1 – 1 of 1) sorted by relevance
97 constexpr char kAttrCohortName[] = "cohortname"; variable189 if (attrs.find(kAttrCohortName) != attrs.end()) in ParserHandlerStart()190 app.cohortname = attrs[kAttrCohortName]; in ParserHandlerStart()