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

/haiku/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/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/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp29 operator==(const display_mode &lhs, const display_mode &rhs) argument
/haiku/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/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/src/add-ons/accelerants/virtio/
H A Dmode.cpp28 operator==(const display_mode &lhs, const display_mode &rhs) argument
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c89 char *rhs; /* AKA the default hesiod domain */ local
196 const char *rhs; local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp777 logical_volume_descriptor::operator=(const logical_volume_descriptor &rhs) argument
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp515 MAPM rhs = _ParsePower(); local
522 MAPM rhs = _ParsePower(); local
/haiku/src/apps/terminal/
H A DPrefHandler.cpp264 SortByName(const color_scheme *lhs, const color_scheme *rhs) argument
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp338 Operand& operator+=(const Operand& rhs) argument
418 Operand& operator-=(const Operand& rhs) argument
498 Operand& operator/=(const Operand& rhs) argument
578 Operand& operator*=(const Operand& rhs) argument
658 Operand& operator%=(const Operand& rhs) argument
724 operator &=(const Operand& rhs) argument
790 operator |=(const Operand& rhs) argument
856 operator ^=(const Operand& rhs) argument
1530 Operand rhs = _ParseUnary(); local
1539 Operand rhs = _ParseUnary(); local
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h251 basic_string& operator+= (const basic_string& rhs) argument
509 operator+ (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
518 operator+ (charT lhs, const basic_string <charT, traits, Allocator>& rhs) argument
527 operator+ (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
499 operator +(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
536 operator +(const basic_string <charT, traits, Allocator>& lhs, charT rhs) argument
545 operator ==(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
553 operator ==(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
560 operator ==(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
567 operator !=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
574 operator !=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
581 operator <(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
589 operator <(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
596 operator <(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
603 operator >(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
610 operator >(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
617 operator <=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
624 operator <=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
631 operator >=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
638 operator >=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
645 operator !=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
653 operator >(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
661 operator <=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
669 operator >=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
[all...]
/haiku/src/kits/app/
H A DApplication.cpp300 BApplication::BApplication(const BApplication &rhs) argument
306 BApplication::operator=(const BApplication &rhs) argument
/haiku/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...]

Completed in 323 milliseconds