Searched refs:IppNoValueAttribute (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h208 class IppNoValueAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
210 IppNoValueAttribute(IPP_TAG t);
211 IppNoValueAttribute(IPP_TAG t, const char *n);
212 virtual ~IppNoValueAttribute() {}
217 friend istream& operator >> (istream &is, IppNoValueAttribute &attr)
221 friend ostream& operator << (ostream &os, const IppNoValueAttribute &attr)
H A DIppContent.cpp142 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t) function in class:IppNoValueAttribute
147 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n) function in class:IppNoValueAttribute
152 int IppNoValueAttribute::length() const
157 istream &IppNoValueAttribute::input(istream &is)
170 ostream &IppNoValueAttribute::output(ostream &os) const
179 ostream &IppNoValueAttribute::print(ostream &os) const
696 IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TA
[all...]

Completed in 61 milliseconds