Searched defs:operator (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libfru/libgenutil/
H A DStr.cc62 Str::operator = (const Str& rhs)
71 Str::operator = (const char *str)
79 Str::operator == (const Str& rhs) const
85 Str::operator != (const Str& rhs) const
91 Str::operator[](int index) const
97 Str::operator<<(Str rhs)
108 Str::operator<<(long long i)
116 Str::operator<<(long i)
124 Str::operator<<(int i)
132 Str::operator<<(cha
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc61 bool HBANPIVPort::operator==(HBANPIVPort &comp) {
H A DHBA.cc258 bool HBA::operator==(HBA &comp) {
259 Trace log("HBA::operator==");
H A DHBAPort.cc65 bool HBAPort::operator==(HBAPort &comp) {
H A DHandle.cc320 bool Handle::operator==(Handle comp) {
321 Trace log("Handle::operator==");
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c41 * |opnum| priority | operator |
44 static const unsigned int operator[] = { variable
259 /* unary operator */
273 /* binary operator */
290 /* trinary operator: conditional */
437 return (operator[ret]);
474 flag = operator[T_INIT];
682 flag = operator[T_EXP];
721 flag = operator[T_EXP];
757 flag = operator[T_EX
[all...]

Completed in 23 milliseconds