HomeSort by relevance Sort by last modified time
    Searched full:_rhs (Results 1 - 19 of 19) sorted by null

  /external/stlport/stlport/stl/
_string_operators.h 293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x
    [all...]
_string_sum.h 97 _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()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x
    [all...]
_string_sum.h 97 _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()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x
    [all...]
_string_sum.h 97 _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()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x
    [all...]
_string_sum.h 97 _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()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x
    [all...]
_string_sum.h 97 _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()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /external/llvm/include/llvm/ADT/
Twine.h 171 explicit Twine(const Twine &_LHS, const Twine &_RHS)
174 RHS.twine = &_RHS;
180 Child _RHS, NodeKind _RHSKind)
181 : LHS(_LHS), RHS(_RHS), LHSKind(_LHSKind), RHSKind(_RHSKind) {
348 /*implicit*/ Twine(const char *_LHS, const StringRef &_RHS)
351 RHS.stringRef = &_RHS;
356 /*implicit*/ Twine(const StringRef &_LHS, const char *_RHS)
359 RHS.cString = _RHS;
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 76 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/
system_error.h 642 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;}
  /cts/tools/dasm/src/java_cup/
production.java 97 _rhs = new production_part[_rhs_length];
99 _rhs[i] = rhs_parts[i];
103 if (!_rhs[i].is_action())
104 ((symbol_part)_rhs[i]).the_symbol().note_use();
172 protected production_part _rhs[]; field in class:production
178 return _rhs[indx];
599 _rhs[act_loc] = new symbol_part(new_nt);
  /external/llvm/include/llvm/MC/
MCExpr.h 335 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS)
336 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {}
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 
  /external/emma/lib/
emma.jar 

Completed in 2284 milliseconds