Searched refs:IppStringAttribute (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/print/transports/ipp/ |
H A D | IppContent.cpp | 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() [all …]
|
H A D | IppContent.h | 301 class IppStringAttribute : public IppNamedAttribute { 303 IppStringAttribute(IPP_TAG t); 304 IppStringAttribute(IPP_TAG t, const char *s, const char *s1); 305 virtual ~IppStringAttribute() {} in ~IppStringAttribute() 310 friend istream& operator >> (istream &is, IppStringAttribute &attr) 314 friend ostream& operator << (ostream &os, const IppStringAttribute &attr)
|