Home
last modified time | relevance | path

Searched refs:IppIntegerAttribute (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp186 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t) in IppIntegerAttribute() function in IppIntegerAttribute
191 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t, const char *n, int v) in IppIntegerAttribute() function in IppIntegerAttribute
196 int IppIntegerAttribute::length() const in length()
201 istream &IppIntegerAttribute::input(istream &is) in input()
217 ostream &IppIntegerAttribute::output(ostream &os) const in output()
227 ostream &IppIntegerAttribute::print(ostream &os) const in print()
706 IppIntegerAttribute *attr = new IppIntegerAttribute((IPP_TAG)tag); in input()
838 attrs.push_back(new IppIntegerAttribute(IPP_INTEGER, name, value)); in setInteger()
H A DIppContent.h248 class IppIntegerAttribute : public IppNamedAttribute {
250 IppIntegerAttribute(IPP_TAG t);
251 IppIntegerAttribute(IPP_TAG t, const char *n, int v);
252 virtual ~IppIntegerAttribute() {} in ~IppIntegerAttribute()
257 friend istream& operator >> (istream &is, IppIntegerAttribute &attr)
261 friend ostream& operator << (ostream &os, const IppIntegerAttribute &attr)