Home
last modified time | relevance | path

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 {
210 IppNoValueAttribute(IPP_TAG t);
211 IppNoValueAttribute(IPP_TAG t, const char *n);
212 virtual ~IppNoValueAttribute() {} in ~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) in IppNoValueAttribute() function in IppNoValueAttribute
147 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n) in IppNoValueAttribute() function in IppNoValueAttribute
152 int IppNoValueAttribute::length() const in length()
157 istream &IppNoValueAttribute::input(istream &is) in input()
170 ostream &IppNoValueAttribute::output(ostream &os) const in output()
179 ostream &IppNoValueAttribute::print(ostream &os) const in print()
696 IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TAG)tag); in input()