HomeSort by relevance Sort by last modified time
    Searched full:__id (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
any 151 struct _LIBCPP_TEMPLATE_VIS __unique_typeinfo { static constexpr int __id = 0; };
152 template <class _Tp> constexpr int __unique_typeinfo<_Tp>::__id;
157 return &__unique_typeinfo<decay_t<_Tp>>::__id;
162 bool __compare_typeid(type_info const* __id, const void* __fallback_id)
165 if (__id && *__id == typeid(_Tp))
168 if (!__id && __fallback_id == __any_imp::__get_fallback_typeid<_Tp>())
thread 247 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
248 {return __os << __id.__id_;}
252 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
190 __stack_table_byte_size(0), __id(0) { }
213 const char* __id; member in class:__gnu_profile::__trace_base
224 (*__it).first, __id,
318 std::fprintf(__f, __id);
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /external/libcxx/include/
thread 247 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
248 {return __os << __id.__id_;}
252 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
thread 247 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
248 {return __os << __id.__id_;}
252 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 226 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
227 {return __os << __id.__id_;}
231 __thread_id(pthread_t __id) : __id_(__id) {}
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 226 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
227 {return __os << __id.__id_;}
231 __thread_id(pthread_t __id) : __id_(__id) {}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
thread 259 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
260 {return __os << __id.__id_;}
264 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}

Completed in 174 milliseconds

12 3 4 5 6