Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp236 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t) in IppBooleanAttribute() function in IppBooleanAttribute
241 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t, const char *n, bool f) in IppBooleanAttribute() function in IppBooleanAttribute
246 int IppBooleanAttribute::length() const in length()
252 istream &IppBooleanAttribute::input(istream &is) in input()
269 ostream &IppBooleanAttribute::output(ostream &os) const in output()
280 ostream &IppBooleanAttribute::print(ostream &os) const in print()
713 IppBooleanAttribute *attr = new IppBooleanAttribute((IPP_TAG)tag); in input()
843 attrs.push_back(new IppBooleanAttribute(IPP_BOOLEAN, name, value)); in setBoolean()
H A DIppContent.h227 class IppBooleanAttribute : public IppNamedAttribute {
229 IppBooleanAttribute(IPP_TAG t);
230 IppBooleanAttribute(IPP_TAG t, const char *n, bool f);
231 virtual ~IppBooleanAttribute() {} in ~IppBooleanAttribute()
236 friend istream& operator >> (istream &is, IppBooleanAttribute &attr)
240 friend ostream& operator << (ostream &os, const IppBooleanAttribute &attr)