Lines Matching defs:Strings
37 /// good way to indicate tombstone or empty keys for strings, we want
41 /// that DenseMap is really not appropriate for general strings.
1888 /// returns its value as a vector of strings, aborting if the field does not
1894 std::vector<std::string> Strings;
1897 Strings.push_back(II->getValue());
1900 FieldName.str() + "' does not have a list of strings initializer!");
1903 return Strings;