Searched defs:lhs (Results 1 - 10 of 10) sorted by relevance

/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/src/tests/kits/app/bmessage/
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.h209 inline static bool Compare(const BMessage& lhs, const BMessage& 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.c88 char *lhs; /* normally ".ns" */ local
[all...]
/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.cpp1052 Operand lhs = *this; local
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h499 operator+ (const basic_string <charT, traits, Allocator>& lhs, 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
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...]

Completed in 264 milliseconds