HomeSort by relevance Sort by last modified time
    Searched defs:__it (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h 45 typename _Container::iterator __it = __output.begin(); local
56 if (__it == __output.end())
59 if (*__it < __value)
62 ++__it;
66 __output.insert(__it, __value);
76 typename _Container::const_iterator __it; local
77 for (__it = __input.begin(); __it != __input.end(); ++__it)
78 __insert_top_n(__output, *__it, __n)
    [all...]
profiler_node.h 83 __stack_npt::const_iterator __it;
84 for (__it = __stack->begin(); __it != __stack->end(); ++__it)
85 std::fprintf(__f, "%p ", *__it);
99 __stack_npt::const_iterator __it; local
100 for (__it = __s->begin(); __it != __s->end(); ++__it)
101 __index += reinterpret_cast<std::size_t>(*__it);
    [all...]
profiler_trace.h 221 for (typename __stack_table_t::iterator __it
222 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
223 __warnings.push_back(__warning_data((*__it).second.__magnitude(),
224 (*__it).first, __id,
225 (*__it).second.__advice()));
314 for (typename __stack_table_t::iterator __it
315 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
316 if (__it->second.__is_valid()
559 __env_t::iterator __it 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_algos.h 45 typename _Container::iterator __it = __output.begin(); local
56 if (__it == __output.end())
59 if (*__it < __value)
62 ++__it;
66 __output.insert(__it, __value);
76 typename _Container::const_iterator __it; local
77 for (__it = __input.begin(); __it != __input.end(); ++__it)
78 __insert_top_n(__output, *__it, __n)
    [all...]
profiler_node.h 83 __stack_npt::const_iterator __it;
84 for (__it = __stack->begin(); __it != __stack->end(); ++__it)
85 std::fprintf(__f, "%p ", *__it);
99 __stack_npt::const_iterator __it; local
100 for (__it = __s->begin(); __it != __s->end(); ++__it)
101 __index += reinterpret_cast<std::size_t>(*__it);
    [all...]
profiler_trace.h 221 for (typename __stack_table_t::iterator __it
222 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
223 __warnings.push_back(__warning_data((*__it).second.__magnitude(),
224 (*__it).first, __id,
225 (*__it).second.__advice()));
314 for (typename __stack_table_t::iterator __it
315 = __stack_table.begin(); __it != __stack_table.end(); ++__it)
316 if (__it->second.__is_valid()
559 __env_t::iterator __it local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
list_partition.h 6 // software; you can redistribute __it and/or modify __it under the terms
11 // This library is distributed in the hope that __it will be useful, but
90 * @param __f Functor to be applied to each element by traversing __it
117 _IIter __prev = __begin, __it = __begin; local
122 while (__it != __end)
125 for (; __cur < __os_starts.size() and __it != __end; ++__cur)
128 __dist < __dist_limit and __it != __end; ++__dist)
130 __f(__it);
131 ++__it;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
list_partition.h 6 // software; you can redistribute __it and/or modify __it under the terms
11 // This library is distributed in the hope that __it will be useful, but
90 * @param __f Functor to be applied to each element by traversing __it
117 _IIter __prev = __begin, __it = __begin; local
122 while (__it != __end)
125 for (; __cur < __os_starts.size() and __it != __end; ++__cur)
128 __dist < __dist_limit and __it != __end; ++__dist)
130 __f(__it);
131 ++__it;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 205 auto __it = __uc.begin(); local
206 while (__it != __uc.end())
208 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
211 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit)
231 auto __it = __uc.begin(); local
232 while (__it != __uc.end())
234 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
237 auto __pit = __it;
239 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_base.h 205 auto __it = __uc.begin(); local
206 while (__it != __uc.end())
208 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
211 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit)
231 auto __it = __uc.begin(); local
232 while (__it != __uc.end())
234 auto __bkt = __get_bucket_index(__uc, __it._M_cur);
237 auto __pit = __it;
239 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit
    [all...]

Completed in 257 milliseconds