Searched defs:rhs (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/libs/stdc++/legacy/
H A Dioassign.cc34 _IO_istream_withassign& _IO_istream_withassign::operator=(istream& rhs) argument
44 _IO_ostream_withassign& _IO_ostream_withassign::operator=(ostream& rhs) argument
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBoolItemTest.h41 ArrayType(const ArrayType& rhs) : array(NULL), size(0) argument
47 ArrayType& operator=(const ArrayType& rhs) argument
H A DMessageCStringItemTest.h78 omparePolicy::Compare(const char* lhs, const char* rhs) argument
H A DMessageItemTest.h144 TMessageItemComparePolicy<T>::Compare(const T &lhs, const T &rhs) argument
H A DMessageMessageItemTest.h125 ArrayType(const ArrayType& rhs) : array(NULL), size(0) argument
131 ArrayType& operator=(const ArrayType& rhs) argument
209 inline static bool Compare(const BMessage& lhs, const BMessage& rhs) argument
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A Dsettings_tools.cpp216 equal_driver_settings(const driver_settings *lhs, const driver_settings *rhs) argument
236 equal_driver_parameters(const driver_parameter *lhs, const driver_parameter *rhs) argument
282 equal_interface_settings(const driver_settings *lhs, const driver_settings *rhs) argument
[all...]
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesapp.h93 NCursesApplication& operator=(const NCursesApplication& rhs) argument
101 NCursesApplication(const NCursesApplication& rhs) argument
H A Dcursesp.h116 NCursesPanel& operator=(const NCursesPanel& rhs) argument
125 NCursesPanel(const NCursesPanel& rhs) argument
H A Dcursslk.h76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) argument
84 Soft_Label_Key(const Soft_Label_Key& rhs) argument
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) argument
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) argument
[all...]
H A Detip.h164 NCursesException& operator=(const NCursesException& rhs) argument
170 NCursesException(const NCursesException& rhs) argument
212 NCursesPanelException& operator=(const NCursesPanelException& rhs) argument
221 NCursesPanelException(const NCursesPanelException& rhs) argument
263 operator =(const NCursesMenuException& rhs) argument
272 NCursesMenuException(const NCursesMenuException& rhs) argument
314 operator =(const NCursesFormException& rhs) argument
323 NCursesFormException(const NCursesFormException& rhs) argument
[all...]
H A Ddemo.cc249 TestForm& operator=(const TestForm& rhs) argument
257 TestForm(const TestForm& rhs) argument
425 MyMenu& operator=(const MyMenu& rhs) argument
433 MyMenu(const MyMenu& rhs) argument
[all...]
H A Dcursesm.h74 NCursesMenuItem& operator=(const NCursesMenuItem& rhs) argument
82 NCursesMenuItem(const NCursesMenuItem& rhs) argument
167 NCursesMenuCallbackItem& operator=(const NCursesMenuCallbackItem& rhs) argument
175 NCursesMenuCallbackItem(const NCursesMenuCallbackItem& rhs) argument
314 NCursesMenu& operator=(const NCursesMenu& rhs) argument
323 NCursesMenu(const NCursesMenu& rhs) argument
[all...]
H A Dcursesf.h83 NCursesFieldType& operator=(const NCursesFieldType& rhs) argument
91 NCursesFieldType(const NCursesFieldType& rhs) argument
141 NCursesFormField& operator=(const NCursesFormField& rhs) argument
149 NCursesFormField(const NCursesFormField& rhs) argument
453 operator =(const NCursesForm& rhs) argument
462 NCursesForm(const NCursesForm& rhs) argument
812 operator =(const Regular_Expression_Field& rhs) argument
822 Regular_Expression_Field(const Regular_Expression_Field& rhs) argument
855 operator =(const Enumeration_Field& rhs) argument
864 Enumeration_Field(const Enumeration_Field& rhs) argument
[all...]
H A Dcursesw.h767 NCursesWindow& operator=(const NCursesWindow& rhs) argument
774 NCursesWindow(const NCursesWindow& rhs) argument
1339 NCursesPad& operator=(const NCursesPad& rhs) argument
1348 NCursesPad(const NCursesPad& rhs) argument
[all...]
/haiku-fatelf/headers/cpp/
H A Diostream.h253 _IO_istream_withassign& operator=(_IO_istream_withassign& rhs) argument
260 _IO_ostream_withassign& operator=(_IO_ostream_withassign& rhs) argument
/haiku-fatelf/src/bin/bash/
H A Dbraces.c364 char *t, *lhs, *rhs; local
[all...]
H A Dexpr.c408 char *lhs, *rhs; local
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp773 logical_volume_descriptor::operator=(const logical_volume_descriptor &rhs) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.cpp754 logical_volume_descriptor::operator=(const logical_volume_descriptor &rhs) argument
[all...]
/haiku-fatelf/src/kits/shared/
H A DExpressionParser.cpp505 MAPM rhs = _ParsePower(); local
512 MAPM rhs = _ParsePower(); local
/haiku-fatelf/headers/cpp/std/
H A Dbastring.h249 basic_string& operator+= (const basic_string& rhs) argument
503 operator+ (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
512 operator+ (charT lhs, const basic_string <charT, traits, Allocator>& rhs) argument
521 operator+ (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
493 operator +(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
530 operator +(const basic_string <charT, traits, Allocator>& lhs, charT rhs) argument
539 operator ==(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
547 operator ==(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
554 operator ==(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
561 operator !=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
568 operator !=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
575 operator <(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
583 operator <(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
590 operator <(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
597 operator >(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
604 operator >(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
611 operator <=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
618 operator <=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
625 operator >=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
632 operator >=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
639 operator !=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
647 operator >(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
655 operator <=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
663 operator >=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Darch-utils.c163 core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
169 core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
/haiku-fatelf/src/kits/app/
H A DApplication.cpp224 BApplication::BApplication(const BApplication &rhs) argument
262 BApplication::operator=(const BApplication &rhs) argument
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_parser.cpp608 uint64 rhs = _ParseExpression(); local
674 uint64 rhs local
999 uint64 rhs = _ParseUnary(); local
1006 uint64 rhs = _ParseUnary(); local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Deval.c2196 assign_val(NODE **lhs_p, NODE *rhs) argument

Completed in 169 milliseconds

12