Searched refs:IppDoubleStringAttribute (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/print/transports/ipp/ |
H A D | IppContent.cpp | 391 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t) in IppDoubleStringAttribute() function in IppDoubleStringAttribute 396 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const … in IppDoubleStringAttribute() function in IppDoubleStringAttribute 401 int IppDoubleStringAttribute::length() const in length() 406 istream &IppDoubleStringAttribute::input(istream &is) in input() 433 ostream &IppDoubleStringAttribute::output(ostream &os) const in output() 446 ostream &IppDoubleStringAttribute::print(ostream &os) const in print() 762 IppDoubleStringAttribute *attr = new IppDoubleStringAttribute((IPP_TAG)tag); in input() 868 attrs.push_back(new IppDoubleStringAttribute(IPP_TEXT_WITH_LANGUAGE, name, s1, s2)); in setTextWithLanguage() 873 attrs.push_back(new IppDoubleStringAttribute(IPP_NAME_WITH_LANGUAGE, name, s1, s2)); in setNameWithLanguage()
|
H A D | IppContent.h | 322 class IppDoubleStringAttribute : public IppNamedAttribute { 324 IppDoubleStringAttribute(IPP_TAG t); 325 IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2); 326 virtual ~IppDoubleStringAttribute() {} in ~IppDoubleStringAttribute() 330 friend istream& operator >> (istream &is, IppDoubleStringAttribute &attr) 334 friend ostream& operator << (ostream &os, const IppDoubleStringAttribute &attr)
|