Searched refs:operator (Results 226 - 250 of 811) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/libs/print/libprint/
H A DUIDriver.h27 UIDriver& operator=(const UIDriver &);
/haiku-fatelf/headers/os/interface/
H A DSeparatorItem.h35 BSeparatorItem& operator=(const BSeparatorItem& other);
H A DSplitLayoutBuilder.h30 operator BSplitView*();
/haiku-fatelf/headers/os/locale/
H A DFloatFormat.h47 BFloatFormat &operator=(const BFloatFormat &other);
H A DFormat.h51 BFormat& operator=(const BFormat& other);
H A DFormatParameters.h25 BFormatParameters &operator=(const BFormatParameters &other);
H A DIntegerFormat.h52 BIntegerFormat &operator=(const BIntegerFormat &other);
/haiku-fatelf/headers/os/net/
H A DNetworkCookie.h90 BNetworkCookie& operator=(const BNetworkCookie& other);
91 BNetworkCookie& operator=(const char* string);
92 bool operator==(const BNetworkCookie& other);
93 bool operator!=(const BNetworkCookie& other);
/haiku-fatelf/headers/os/support/
H A DBlockCache.h50 BBlockCache &operator=(const BBlockCache &);
/haiku-fatelf/headers/private/locale/
H A DICUWrapper.h35 BStringByteSink& operator=(const BStringByteSink&);
/haiku-fatelf/headers/private/storage/sniffer/
H A DCharStream.h49 CharStream& operator=(const CharStream &ref);
/haiku-fatelf/headers/private/tracker/
H A DAutoLock.h69 bool operator!() const
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DSynchronizedObject.h73 /// Prevents the use of the copy operator.
74 void operator =( const SynchronizedObject &copy );
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DRepeatedTest.h31 void operator=( const RepeatedTest & );
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.h32 NoAllocEntryRef& operator=(const entry_ref& ref);
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.h54 PacketQueue & operator=(PacketQueue & clone);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlDummy.h51 operator const EbmlId &() const {return DummyId;}
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxSegment.h52 operator const EbmlId &() const {return ClassInfos.GlobalId;}
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfKeyCode.h107 // Constructors and assignment operator
119 KeyCode & operator = (const KeyCode &other);
H A DImfTileDescription.h90 operator == (const TileDescription &other) const
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThread.h144 void operator = (const Thread& t); // not implemented
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathQuat.h110 // The operator return values are *NOT* normalized
112 // operator^ is 4D dot product
113 // operator/ uses the inverse() quaternion
114 // operator~ is conjugate -- if (S+V) is quat then
121 const Quat<T>& operator= (const Quat<T>&);
122 const Quat<T>& operator*= (const Quat<T>&);
123 const Quat<T>& operator*= (T);
124 const Quat<T>& operator/= (const Quat<T>&);
125 const Quat<T>& operator/= (T);
126 const Quat<T>& operator
[all...]
/haiku-fatelf/src/apps/cdplayer/
H A DCDAudioDevice.h47 CDAudioTime &operator=(const CDAudioTime &from);
48 CDAudioTime operator+(const CDAudioTime &from);
49 CDAudioTime operator-(const CDAudioTime &from);
82 CDAudioData &operator=(const CDAudioData &from);
/haiku-fatelf/src/preferences/filetypes/
H A DStringView.h30 operator BView*();
/haiku-fatelf/src/servers/app/
H A DIntRect.h32 IntRect& operator=(const IntRect &r);
70 bool operator==(const IntRect& r) const;
71 bool operator!=(const IntRect& r) const;
74 IntRect operator&(const IntRect& r) const;
75 IntRect operator|(const IntRect& r) const;
78 operator clipping_rect() const;
79 operator BRect() const
173 IntRect::operator=(const IntRect& from)
228 IntRect::operator clipping_rect() const

Completed in 208 milliseconds

1234567891011>>