HomeSort by relevance Sort by last modified time
    Searched refs:_Self (Results 51 - 75 of 393) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_messages_facets.h 141 typedef messages_byname<char> _Self;
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self;
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
  /external/llvm/include/llvm/
Use.h 169 typedef value_use_iterator<UserTy> _Self;
178 value_use_iterator(const _Self &I) : U(I.U) {}
181 bool operator==(const _Self &x) const {
184 bool operator!=(const _Self &x) const {
192 _Self &operator++() { // Preincrement
197 _Self operator++(int) { // Postincrement
198 _Self tmp = *this; ++*this; return tmp;
  /external/llvm/include/llvm/ADT/
SCCIterator.h 138 typedef scc_iterator<GraphT, GT> _Self;
141 static inline _Self begin(const GraphT &G){return _Self(GT::getEntryNode(G));}
142 static inline _Self end (const GraphT &) { return _Self(); }
150 inline bool operator==(const _Self& x) const {
153 inline bool operator!=(const _Self& x) const { return !operator==(x); }
156 inline _Self& operator++() { // Preincrement
160 inline _Self operator++(int) { // Postincrement
161 _Self tmp = *this; ++*this; return tmp
    [all...]
DepthFirstIterator.h 131 typedef df_iterator<GraphT, SetType, ExtStorage, GT> _Self;
134 static inline _Self begin(const GraphT& G) {
135 return _Self(GT::getEntryNode(G));
137 static inline _Self end(const GraphT& G) { return _Self(); }
140 static inline _Self begin(const GraphT& G, SetType &S) {
141 return _Self(GT::getEntryNode(G), S);
143 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); }
145 inline bool operator==(const _Self& x) const
    [all...]
PostOrderIterator.h 133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self;
136 static inline _Self begin(GraphT G) { return _Self(GT::getEntryNode(G)); }
137 static inline _Self end (GraphT G) { return _Self(); }
139 static inline _Self begin(GraphT G, SetType &S) {
140 return _Self(GT::getEntryNode(G), S);
142 static inline _Self end (GraphT G, SetType &S) { return _Self(S); }
144 inline bool operator==(const _Self& x) const
    [all...]
  /external/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
97 basic_string(const _Self& __s)
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
121 basic_string(__move_source<_Self> src)
165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
234 _Self& operator+=(const _Self& __s) { return append(__s);
    [all...]

Completed in 879 milliseconds

1 23 4 5 6 7 8 91011>>