Searched refs:operator (Results 176 - 200 of 811) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt_known_guids.h25 inline bool operator==(const guid& other) const;
26 inline operator guid_t() const;
31 static_guid::operator==(const guid_t& other) const
42 static_guid::operator guid_t() const
/haiku-fatelf/headers/cpp/
H A Dstl_function.h51 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
56 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
61 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
66 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; }
81 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; }
87 _Tp operator()(const _Tp& __x) const { return -__x; }
93 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
99 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
105 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
111 bool operator()(cons
[all...]
/haiku-fatelf/headers/os/app/
H A DCursor.h59 BCursor& operator=(const BCursor& other);
60 bool operator==(const BCursor& other) const;
61 bool operator!=(const BCursor& other) const;
/haiku-fatelf/headers/os/storage/
H A DVolume.h54 bool operator==(const BVolume& volume) const;
55 bool operator!=(const BVolume& volume) const;
56 BVolume& operator=(const BVolume& volume);
/haiku-fatelf/headers/os/support/
H A DList.h18 BList& operator=(const BList& other);
19 bool operator==(const BList& other) const;
20 bool operator!=(const BList& other) const;
/haiku-fatelf/headers/private/print/
H A DPrinter.h59 BPrinter& operator=(const BPrinter& printer);
60 bool operator==(const BPrinter& printer) const;
61 bool operator!=(const BPrinter& printer) const;
/haiku-fatelf/headers/private/shared/
H A DCommandPipe.h82 BCommandPipe& operator<<(const char* arg);
83 BCommandPipe& operator<<(const BString& arg);
84 BCommandPipe& operator<<(const BCommandPipe& arg);
H A DKeymap.h44 bool operator==(const BKeymap& other) const;
45 bool operator!=(const BKeymap& other) const;
47 BKeymap& operator=(const BKeymap& other);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h41 NetAddress& operator=(const NetAddress& address);
42 bool operator==(const NetAddress& address) const;
43 bool operator!=(const NetAddress& address) const;
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.h87 inline tcp_sequence& operator=(tcp_sequence sequence)
93 inline tcp_sequence& operator+=(tcp_sequence sequence)
99 inline tcp_sequence& operator++()
105 inline tcp_sequence operator++(int _)
120 operator>(tcp_sequence a, tcp_sequence b)
127 operator>=(tcp_sequence a, tcp_sequence b)
134 operator<(tcp_sequence a, tcp_sequence b)
141 operator<=(tcp_sequence a, tcp_sequence b)
148 operator+(tcp_sequence a, tcp_sequence b)
155 operator
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DSmartPtr.h4 // disable the operator -> on UDT warning
72 __inline operator TYPE * () const
77 __inline TYPE * operator ->() const
84 __inline void * operator =(void *) const;
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxInfo.h53 operator const EbmlId &() const {return ClassInfos.GlobalId;}
64 operator const EbmlId &() const {return ClassInfos.GlobalId;}
75 operator const EbmlId &() const {return ClassInfos.GlobalId;}
H A DKaxAttached.h57 operator const EbmlId &() const {return ClassInfos.GlobalId;}
70 operator const EbmlId &() const {return ClassInfos.GlobalId;}
83 operator const EbmlId &() const {return ClassInfos.GlobalId;}
96 operator const EbmlId &() const {return ClassInfos.GlobalId;}
110 operator const EbmlId &() const {return ClassInfos.GlobalId;}
123 operator const EbmlId &() const {return ClassInfos.GlobalId;}
135 operator const EbmlId &() const {return ClassInfos.GlobalId;}
/haiku-fatelf/src/apps/3dmov/
H A DGLUtility.h48 inline const Quaternion operator+=(const Quaternion &q) {x += q.x; y += q.y; z += q.z; w += q.w; return *this;}
49 inline const Quaternion operator-=(const Quaternion &q) {x -= q.x; y -= q.y; z -= q.z; w -= q.w; return *this;}
50 const Quaternion operator *(Quaternion q);
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.h94 operator=(clone);
97 ValCtrlLayoutEntry& operator=(const ValCtrlLayoutEntry& clone) {
108 bool operator<(const ValCtrlLayoutEntry& b) const {
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h69 ChartDataRange& operator=(const ChartDataRange& other)
76 bool operator==(const ChartDataRange& other) const
81 bool operator!=(const ChartDataRange& other) const
/haiku-fatelf/src/apps/webpositive/
H A DCredentialsStorage.h53 Credentials& operator=(const Credentials& other);
55 bool operator==(const Credentials& other) const;
56 bool operator!=(const Credentials& other) const;
/haiku-fatelf/src/libs/icon/transformable/
H A DTransformable.h37 Transformable& operator=(const Transformable& other);
48 bool operator==(const Transformable& other) const;
49 bool operator!=(const Transformable& other) const;
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.h36 AttributeItem& operator=(const AttributeItem& other);
38 bool operator==(const AttributeItem& other) const;
39 bool operator!=(const AttributeItem& other) const;
/haiku-fatelf/src/servers/app/drawing/Painter/
H A DTransformable.h35 Transformable& operator=(const Transformable& other);
40 bool operator==(const Transformable& other) const;
41 bool operator!=(const Transformable& other) const;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DNetAddress.h41 NetAddress& operator=(const NetAddress& address);
42 bool operator==(const NetAddress& address) const;
43 bool operator!=(const NetAddress& address) const;
/haiku-fatelf/headers/private/net/
H A DNetUtilities.h36 inline Checksum& operator<<(uint8 value)
46 inline Checksum& operator<<(uint16 value)
52 inline Checksum& operator<<(uint32 value)
58 inline Checksum& operator<<(const BufferHelper& bufferHelper)
66 inline operator uint16()
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.y53 enum operator op;
59 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
61 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
62 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
64 static struct expression *new_exp_2 PARAMS ((enum operator op,
67 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
79 enum operator op;
110 enum operator op;
117 enum operator op;
128 enum operator o
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.y51 enum operator op;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
77 enum operator op;
108 enum operator op;
115 enum operator op;
126 enum operator o
[all...]
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_auto_deleter.h80 inline void operator()(C *object)
99 inline void operator()(C *array)
117 inline void operator()(void *memory)
135 inline void operator()(Type *object)
142 inline void operator=(Destructor destructor)
176 inline void operator()(Type *object)
183 inline void operator=(Destructor destructor)

Completed in 133 milliseconds

1234567891011>>