Searched refs:_rhs (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java76 final ClassDescriptor _rhs = (ClassDescriptor) rhs;
78 if (hashCode () != _rhs.hashCode ()) return false;
80 if (! m_name.equals (_rhs.m_name)) return false;
81 if (! m_packageVMName.equals (_rhs.m_packageVMName)) return false;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h642 bool operator==(const error_category& _rhs) const {return this == &_rhs;}
644 bool operator!=(const error_category& _rhs) const {return !(*this == _rhs);}
646 bool operator< (const error_category& _rhs) const {return this < &_rhs;}
/external/stlport/stlport/stl/
H A D_string_sum.h97 _lhs(lhs), _rhs(rhs) {}
100 _Right const& getRhs() const { return _rhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
255 { return _rhs._M_get_storage(*this, _StorageDirection()); }
265 { return _rhs._M_get_storage(__ref); }
283 { return _rhs._M_get_storage(__ref, __do_init); }
292 _Right _rhs; member in class:__bstr_sum
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 3862 milliseconds