Lines Matching refs:IppStringAttribute

340 IppStringAttribute::IppStringAttribute(IPP_TAG t)  in IppStringAttribute()  function in IppStringAttribute
345 IppStringAttribute::IppStringAttribute(IPP_TAG t, const char *n, const char *s) in IppStringAttribute() function in IppStringAttribute
350 int IppStringAttribute::length() const in length()
355 istream &IppStringAttribute::input(istream &is) in input()
372 ostream &IppStringAttribute::output(ostream &os) const in output()
382 ostream &IppStringAttribute::print(ostream &os) const in print()
733 IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag); in input()
788 IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag); in input()
848 attrs.push_back(new IppStringAttribute(IPP_STRING, name, value)); in setString()
878 attrs.push_back(new IppStringAttribute(IPP_TEXT_WITHOUT_LANGUAGE, name, value)); in setTextWithoutLanguage()
883 attrs.push_back(new IppStringAttribute(IPP_NAME_WITHOUT_LANGUAGE, name, value)); in setNameWithoutLanguage()
888 attrs.push_back(new IppStringAttribute(IPP_KEYWORD, name, value)); in setKeyword()
893 attrs.push_back(new IppStringAttribute(IPP_URI, name, value)); in setURI()
898 attrs.push_back(new IppStringAttribute(IPP_URISCHEME, name, value)); in setURIScheme()
903 attrs.push_back(new IppStringAttribute(IPP_CHARSET, name, value)); in setCharset()
908 attrs.push_back(new IppStringAttribute(IPP_NATURAL_LANGUAGE, name, value)); in setNaturalLanguage()
913 attrs.push_back(new IppStringAttribute(IPP_MIME_MEDIA_TYPE, name, value)); in setMimeMediaType()