HomeSort by relevance Sort by last modified time
    Searched defs:__res (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
multiset.h 383 std::pair<_Base_iterator, _Base_iterator> __res = local
385 return std::make_pair(iterator(__res.first, this),
386 iterator(__res.second, this));
394 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
396 return std::make_pair(const_iterator(__res.first, this),
397 const_iterator(__res.second, this));
set.h 201 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
202 return std::pair<iterator, bool>(iterator(__res.first, this),
203 __res.second);
220 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
221 return std::pair<iterator, bool>(iterator(__res.first, this),
222 __res.second);
229 std::pair<_Base_iterator, bool> __res local
231 return std::pair<iterator, bool>(iterator(__res.first, this),
232 __res.second);
392 std::pair<_Base_iterator, _Base_iterator> __res local
403 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_list_to_vector.h 183 __list2vector_info* __res = __get_object_info(__obj);
184 if (!__res)
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
189 __res->__set_vector_cost(__vc);
190 __res->__set_list_cost(__lc);
201 __list2vector_info* __res = __get_object_info(__obj); local
202 if (__res)
209 __list2vector_info* __res = __get_object_info(__obj); local
217 __list2vector_info* __res = __get_object_info(__obj); local
225 __list2vector_info* __res = __get_object_info(__obj); local
    [all...]
profiler_vector_to_list.h 180 __vector2list_info* __res = __get_object_info(__obj);
181 if (!__res)
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(),
185 __res->__resize());
186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(),
187 __res->__resize());
188 __res->__set_vector_cost(__vc);
189 __res->__set_list_cost(__lc)
202 __vector2list_info* __res = __get_object_info(__obj); local
210 __vector2list_info* __res = __get_object_info(__obj); local
218 __vector2list_info* __res = __get_object_info(__obj); local
226 __vector2list_info* __res = __get_object_info(__obj); local
258 __vector2list_info* __res = __get_object_info(__obj); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 250 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
251 return std::pair<iterator, bool>(iterator(__res.first),
252 __res.second);
260 auto __res = _Base::emplace_hint(__pos, local
264 return __res;
273 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
274 return std::pair<iterator, bool>(iterator(__res.first),
275 __res.second);
287 std::pair<_Base_iterator, bool> __res local
289 return std::pair<iterator, bool>(iterator(__res.first)
460 std::pair<_Base_iterator, _Base_iterator> __res = local
471 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
    [all...]
multimap.h 333 std::pair<_Base_iterator, _Base_iterator> __res = local
335 return std::make_pair(iterator(__res.first),
336 iterator(__res.second));
343 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
345 return std::make_pair(const_iterator(__res.first),
346 const_iterator(__res.second));
multiset.h 322 std::pair<_Base_iterator, _Base_iterator> __res = local
324 return std::make_pair(iterator(__res.first),
325 iterator(__res.second));
334 std::pair<_Base_iterator, _Base_iterator> __res = local
336 return std::make_pair(const_iterator(__res.first),
337 const_iterator(__res.second));
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
map.h 244 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
245 return std::pair<iterator, bool>(iterator(__res.first, this),
246 __res.second);
263 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
264 return std::pair<iterator, bool>(iterator(__res.first, this),
265 __res.second);
275 std::pair<_Base_iterator, bool> __res local
277 return std::pair<iterator, bool>(iterator(__res.first, this),
278 __res.second);
450 std::pair<_Base_iterator, _Base_iterator> __res local
459 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
    [all...]
multimap.h 434 std::pair<_Base_iterator, _Base_iterator> __res = local
436 return std::make_pair(iterator(__res.first, this),
437 iterator(__res.second, this));
443 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
445 return std::make_pair(const_iterator(__res.first, this),
446 const_iterator(__res.second, this));
multiset.h 425 std::pair<_Base_iterator, _Base_iterator> __res = local
427 return std::make_pair(iterator(__res.first, this),
428 iterator(__res.second, this));
436 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
438 return std::make_pair(const_iterator(__res.first, this),
439 const_iterator(__res.second, this));
set.h 235 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
236 return std::pair<iterator, bool>(iterator(__res.first, this),
237 __res.second);
254 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
255 return std::pair<iterator, bool>(iterator(__res.first, this),
256 __res.second);
263 std::pair<_Base_iterator, bool> __res local
265 return std::pair<iterator, bool>(iterator(__res.first, this),
266 __res.second);
433 std::pair<_Base_iterator, _Base_iterator> __res local
444 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_list_to_vector.h 183 __list2vector_info* __res = __get_object_info(__obj);
184 if (!__res)
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
189 __res->__set_vector_cost(__vc);
190 __res->__set_list_cost(__lc);
201 __list2vector_info* __res = __get_object_info(__obj); local
202 if (__res)
209 __list2vector_info* __res = __get_object_info(__obj); local
217 __list2vector_info* __res = __get_object_info(__obj); local
225 __list2vector_info* __res = __get_object_info(__obj); local
    [all...]
profiler_vector_to_list.h 180 __vector2list_info* __res = __get_object_info(__obj);
181 if (!__res)
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(),
185 __res->__resize());
186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(),
187 __res->__resize());
188 __res->__set_vector_cost(__vc);
189 __res->__set_list_cost(__lc)
202 __vector2list_info* __res = __get_object_info(__obj); local
210 __vector2list_info* __res = __get_object_info(__obj); local
218 __vector2list_info* __res = __get_object_info(__obj); local
226 __vector2list_info* __res = __get_object_info(__obj); local
258 __vector2list_info* __res = __get_object_info(__obj); local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 280 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
281 return std::pair<iterator, bool>(iterator(__res.first),
282 __res.second);
290 auto __res = _Base::emplace_hint(__pos, local
294 return __res;
303 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
304 return std::pair<iterator, bool>(iterator(__res.first),
305 __res.second);
317 std::pair<_Base_iterator, bool> __res local
319 return std::pair<iterator, bool>(iterator(__res.first)
493 std::pair<_Base_iterator, _Base_iterator> __res = local
504 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
    [all...]
multimap.h 357 std::pair<_Base_iterator, _Base_iterator> __res = local
359 return std::make_pair(iterator(__res.first),
360 iterator(__res.second));
367 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
369 return std::make_pair(const_iterator(__res.first),
370 const_iterator(__res.second));
multiset.h 346 std::pair<_Base_iterator, _Base_iterator> __res = local
348 return std::make_pair(iterator(__res.first),
349 iterator(__res.second));
358 std::pair<_Base_iterator, _Base_iterator> __res = local
360 return std::make_pair(const_iterator(__res.first),
361 const_iterator(__res.second));
set.h 214 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
215 return std::pair<iterator, bool>(iterator(__res.first),
216 __res.second);
232 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
233 return std::pair<iterator, bool>(iterator(__res.first),
234 __res.second);
242 std::pair<_Base_iterator, bool> __res local
244 return std::pair<iterator, bool>(iterator(__res.first),
245 __res.second);
360 std::pair<_Base_iterator, _Base_iterator> __res local
372 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
_tree.h 224 _STLP_STD::pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__x); local
225 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
map.h 244 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
245 return std::pair<iterator, bool>(iterator(__res.first, this),
246 __res.second);
263 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
264 return std::pair<iterator, bool>(iterator(__res.first, this),
265 __res.second);
275 std::pair<_Base_iterator, bool> __res local
277 return std::pair<iterator, bool>(iterator(__res.first, this),
278 __res.second);
450 std::pair<_Base_iterator, _Base_iterator> __res local
459 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
    [all...]
multimap.h 434 std::pair<_Base_iterator, _Base_iterator> __res = local
436 return std::make_pair(iterator(__res.first, this),
437 iterator(__res.second, this));
443 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
445 return std::make_pair(const_iterator(__res.first, this),
446 const_iterator(__res.second, this));
multiset.h 425 std::pair<_Base_iterator, _Base_iterator> __res = local
427 return std::make_pair(iterator(__res.first, this),
428 iterator(__res.second, this));
436 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
438 return std::make_pair(const_iterator(__res.first, this),
439 const_iterator(__res.second, this));
set.h 235 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
236 return std::pair<iterator, bool>(iterator(__res.first, this),
237 __res.second);
254 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
255 return std::pair<iterator, bool>(iterator(__res.first, this),
256 __res.second);
263 std::pair<_Base_iterator, bool> __res local
265 return std::pair<iterator, bool>(iterator(__res.first, this),
266 __res.second);
433 std::pair<_Base_iterator, _Base_iterator> __res local
444 std::pair<_Base_iterator, _Base_iterator> __res = local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_list_to_vector.h 183 __list2vector_info* __res = __get_object_info(__obj);
184 if (!__res)
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
189 __res->__set_vector_cost(__vc);
190 __res->__set_list_cost(__lc);
201 __list2vector_info* __res = __get_object_info(__obj); local
202 if (__res)
209 __list2vector_info* __res = __get_object_info(__obj); local
217 __list2vector_info* __res = __get_object_info(__obj); local
225 __list2vector_info* __res = __get_object_info(__obj); local
    [all...]
profiler_vector_to_list.h 180 __vector2list_info* __res = __get_object_info(__obj);
181 if (!__res)
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(),
185 __res->__resize());
186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(),
187 __res->__resize());
188 __res->__set_vector_cost(__vc);
189 __res->__set_list_cost(__lc)
202 __vector2list_info* __res = __get_object_info(__obj); local
210 __vector2list_info* __res = __get_object_info(__obj); local
218 __vector2list_info* __res = __get_object_info(__obj); local
226 __vector2list_info* __res = __get_object_info(__obj); local
258 __vector2list_info* __res = __get_object_info(__obj); local
    [all...]

Completed in 466 milliseconds

1 2 3 45 6 7 8