HomeSort by relevance Sort by last modified time
    Searched refs:__N (Results 251 - 275 of 282) sorted by null

<<1112

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_deque.h 187 operator+=(difference_type __n)
189 const difference_type __offset = __n + (_M_cur - _M_first);
191 _M_cur += __n;
206 operator+(difference_type __n) const
209 return __tmp += __n;
213 operator-=(difference_type __n)
214 { return *this += -__n; }
217 operator-(difference_type __n) const
220 return __tmp -= __n;
224 operator[](difference_type __n) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 188 operator+=(difference_type __n)
190 const difference_type __offset = __n + (_M_cur - _M_first);
192 _M_cur += __n;
207 operator+(difference_type __n) const
210 return __tmp += __n;
214 operator-=(difference_type __n)
215 { return *this += -__n; }
218 operator-(difference_type __n) const
221 return __tmp -= __n;
225 operator[](difference_type __n) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 188 operator+=(difference_type __n)
190 const difference_type __offset = __n + (_M_cur - _M_first);
192 _M_cur += __n;
207 operator+(difference_type __n) const
210 return __tmp += __n;
214 operator-=(difference_type __n)
215 { return *this += -__n; }
218 operator-(difference_type __n) const
221 return __tmp -= __n;
225 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 176 operator+=(difference_type __n)
178 const difference_type __offset = __n + (_M_cur - _M_first);
180 _M_cur += __n;
195 operator+(difference_type __n) const
198 return __tmp += __n;
202 operator-=(difference_type __n)
203 { return *this += -__n; }
206 operator-(difference_type __n) const
209 return __tmp -= __n;
213 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 176 operator+=(difference_type __n)
178 const difference_type __offset = __n + (_M_cur - _M_first);
180 _M_cur += __n;
195 operator+(difference_type __n) const
198 return __tmp += __n;
202 operator-=(difference_type __n)
203 { return *this += -__n; }
206 operator-(difference_type __n) const
209 return __tmp -= __n;
213 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 176 operator+=(difference_type __n)
178 const difference_type __offset = __n + (_M_cur - _M_first);
180 _M_cur += __n;
195 operator+(difference_type __n) const
198 return __tmp += __n;
202 operator-=(difference_type __n)
203 { return *this += -__n; }
206 operator-(difference_type __n) const
209 return __tmp -= __n;
213 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_deque.h 176 operator+=(difference_type __n)
178 const difference_type __offset = __n + (_M_cur - _M_first);
180 _M_cur += __n;
195 operator+(difference_type __n) const
198 return __tmp += __n;
202 operator-=(difference_type __n)
203 { return *this += -__n; }
206 operator-(difference_type __n) const
209 return __tmp -= __n;
213 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 187 operator+=(difference_type __n)
189 const difference_type __offset = __n + (_M_cur - _M_first);
191 _M_cur += __n;
206 operator+(difference_type __n) const
209 return __tmp += __n;
213 operator-=(difference_type __n)
214 { return *this += -__n; }
217 operator-(difference_type __n) const
220 return __tmp -= __n;
224 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 189 operator+=(difference_type __n)
191 const difference_type __offset = __n + (_M_cur - _M_first);
193 _M_cur += __n;
208 operator+(difference_type __n) const
211 return __tmp += __n;
215 operator-=(difference_type __n)
216 { return *this += -__n; }
219 operator-(difference_type __n) const
222 return __tmp -= __n;
226 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 187 operator+=(difference_type __n)
189 const difference_type __offset = __n + (_M_cur - _M_first);
191 _M_cur += __n;
206 operator+(difference_type __n) const
209 return __tmp += __n;
213 operator-=(difference_type __n)
214 { return *this += -__n; }
217 operator-(difference_type __n) const
220 return __tmp -= __n;
224 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 189 operator+=(difference_type __n)
191 const difference_type __offset = __n + (_M_cur - _M_first);
193 _M_cur += __n;
208 operator+(difference_type __n) const
211 return __tmp += __n;
215 operator-=(difference_type __n)
216 { return *this += -__n; }
219 operator-(difference_type __n) const
222 return __tmp -= __n;
226 operator[](difference_type __n) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 188 operator+=(difference_type __n)
190 const difference_type __offset = __n + (_M_cur - _M_first);
192 _M_cur += __n;
207 operator+(difference_type __n) const
210 return __tmp += __n;
214 operator-=(difference_type __n)
215 { return *this += -__n; }
218 operator-(difference_type __n) const
221 return __tmp -= __n;
225 operator[](difference_type __n) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
ropeimpl.h 259 _M_incr(size_t __n)
261 _M_current_pos += __n;
265 if (__chars_left > __n)
266 _M_buf_ptr += __n;
267 else if (__chars_left == __n)
269 _M_buf_ptr += __n;
280 _M_decr(size_t __n)
285 if (__chars_left >= __n)
286 _M_buf_ptr -= __n;
290 _M_current_pos -= __n;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 258 _M_incr(size_t __n)
260 _M_current_pos += __n;
264 if (__chars_left > __n)
265 _M_buf_ptr += __n;
266 else if (__chars_left == __n)
268 _M_buf_ptr += __n;
279 _M_decr(size_t __n)
284 if (__chars_left >= __n)
285 _M_buf_ptr -= __n;
289 _M_current_pos -= __n;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 258 _M_incr(size_t __n)
260 _M_current_pos += __n;
264 if (__chars_left > __n)
265 _M_buf_ptr += __n;
266 else if (__chars_left == __n)
268 _M_buf_ptr += __n;
279 _M_decr(size_t __n)
284 if (__chars_left >= __n)
285 _M_buf_ptr -= __n;
289 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 257 _M_incr(size_t __n)
259 _M_current_pos += __n;
263 if (__chars_left > __n)
264 _M_buf_ptr += __n;
265 else if (__chars_left == __n)
267 _M_buf_ptr += __n;
278 _M_decr(size_t __n)
283 if (__chars_left >= __n)
284 _M_buf_ptr -= __n;
288 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 257 _M_incr(size_t __n)
259 _M_current_pos += __n;
263 if (__chars_left > __n)
264 _M_buf_ptr += __n;
265 else if (__chars_left == __n)
267 _M_buf_ptr += __n;
278 _M_decr(size_t __n)
283 if (__chars_left >= __n)
284 _M_buf_ptr -= __n;
288 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 257 _M_incr(size_t __n)
259 _M_current_pos += __n;
263 if (__chars_left > __n)
264 _M_buf_ptr += __n;
265 else if (__chars_left == __n)
267 _M_buf_ptr += __n;
278 _M_decr(size_t __n)
283 if (__chars_left >= __n)
284 _M_buf_ptr -= __n;
288 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 257 _M_incr(size_t __n)
259 _M_current_pos += __n;
263 if (__chars_left > __n)
264 _M_buf_ptr += __n;
265 else if (__chars_left == __n)
267 _M_buf_ptr += __n;
278 _M_decr(size_t __n)
283 if (__chars_left >= __n)
284 _M_buf_ptr -= __n;
288 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 259 _M_incr(size_t __n)
261 _M_current_pos += __n;
265 if (__chars_left > __n)
266 _M_buf_ptr += __n;
267 else if (__chars_left == __n)
269 _M_buf_ptr += __n;
280 _M_decr(size_t __n)
285 if (__chars_left >= __n)
286 _M_buf_ptr -= __n;
290 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 259 _M_incr(size_t __n)
261 _M_current_pos += __n;
265 if (__chars_left > __n)
266 _M_buf_ptr += __n;
267 else if (__chars_left == __n)
269 _M_buf_ptr += __n;
280 _M_decr(size_t __n)
285 if (__chars_left >= __n)
286 _M_buf_ptr -= __n;
290 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 259 _M_incr(size_t __n)
261 _M_current_pos += __n;
265 if (__chars_left > __n)
266 _M_buf_ptr += __n;
267 else if (__chars_left == __n)
269 _M_buf_ptr += __n;
280 _M_decr(size_t __n)
285 if (__chars_left >= __n)
286 _M_buf_ptr -= __n;
290 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 259 _M_incr(size_t __n)
261 _M_current_pos += __n;
265 if (__chars_left > __n)
266 _M_buf_ptr += __n;
267 else if (__chars_left == __n)
269 _M_buf_ptr += __n;
280 _M_decr(size_t __n)
285 if (__chars_left >= __n)
286 _M_buf_ptr -= __n;
290 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h 258 _M_incr(size_t __n)
260 _M_current_pos += __n;
264 if (__chars_left > __n)
265 _M_buf_ptr += __n;
266 else if (__chars_left == __n)
268 _M_buf_ptr += __n;
279 _M_decr(size_t __n)
284 if (__chars_left >= __n)
285 _M_buf_ptr -= __n;
289 _M_current_pos -= __n;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 258 _M_incr(size_t __n)
260 _M_current_pos += __n;
264 if (__chars_left > __n)
265 _M_buf_ptr += __n;
266 else if (__chars_left == __n)
268 _M_buf_ptr += __n;
279 _M_decr(size_t __n)
284 if (__chars_left >= __n)
285 _M_buf_ptr -= __n;
289 _M_current_pos -= __n;
    [all...]

Completed in 2812 milliseconds

<<1112