Lines Matching refs:items
28 std::vector<std::string> items;
34 items.emplace_back(item);
39 items.emplace_back(tail);
41 return items;
64 auto items = Split(ohmurl, NORMALIZED_OHMURL_SEPARATOR);
65 if (items.size() <= NORMALIZED_IMPORT_POS) {
68 normalizedImport = items[NORMALIZED_IMPORT_POS];
76 auto items = Split(ohmurl, NORMALIZED_OHMURL_SEPARATOR);
78 recordName += items[BUNDLE_NAME_POS] + NORMALIZED_OHMURL_SEPARATOR + items[NORMALIZED_IMPORT_POS] +
79 NORMALIZED_OHMURL_SEPARATOR + items[VERSION_POS];