/external/cronet/stable/third_party/libc++/src/include/__flat_map/ |
D | flat_map.h | 705 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace() 711 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace() 719 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(_Kp&& __key, _Args&&... __args) { in try_emplace() 725 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, const key_type& __key, _Args&&..… in try_emplace() 731 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __a… in try_emplace() 737 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace() 743 …_LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(const key_type& __key, _Mapped&& __obj… in insert_or_assign() 749 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(key_type&& __key, _Mapped&& __obj) { in insert_or_assign() 756 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(_Kp&& __key, _Mapped&& __obj) { in insert_or_assign() 762 …_LIBCPP_HIDE_FROM_ABI iterator insert_or_assign(const_iterator __hint, const key_type& __key, _Map… in insert_or_assign() [all …]
|
/external/cronet/tot/third_party/libc++/src/include/__flat_map/ |
D | flat_map.h | 705 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace() 711 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace() 719 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(_Kp&& __key, _Args&&... __args) { in try_emplace() 725 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, const key_type& __key, _Args&&..… in try_emplace() 731 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __a… in try_emplace() 737 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace() 743 …_LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(const key_type& __key, _Mapped&& __obj… in insert_or_assign() 749 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(key_type&& __key, _Mapped&& __obj) { in insert_or_assign() 756 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> insert_or_assign(_Kp&& __key, _Mapped&& __obj) { in insert_or_assign() 762 …_LIBCPP_HIDE_FROM_ABI iterator insert_or_assign(const_iterator __hint, const key_type& __key, _Map… in insert_or_assign() [all …]
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/support/ |
D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/cronet/stable/third_party/libc++/src/include/__thread/support/ |
D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/cronet/tot/third_party/libc++/src/include/__thread/support/ |
D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/support/ |
D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/libcxx/src/support/win32/ |
D | thread_win32.cpp | 254 int __libcpp_tls_create(__libcpp_tls_key* __key, in __libcpp_tls_create() 264 void *__libcpp_tls_get(__libcpp_tls_key __key) in __libcpp_tls_get() 269 int __libcpp_tls_set(__libcpp_tls_key __key, void *__p) in __libcpp_tls_set()
|
/external/strace/ |
D | ipc_defs.h | 37 # define __key key macro
|
/external/cronet/stable/third_party/libc++/src/src/support/win32/ |
D | thread_win32.cpp | 198 int __libcpp_tls_create(__libcpp_tls_key* __key, void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*))… in __libcpp_tls_create() 206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() 208 int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/cronet/tot/third_party/libc++/src/src/support/win32/ |
D | thread_win32.cpp | 198 int __libcpp_tls_create(__libcpp_tls_key* __key, void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*))… in __libcpp_tls_create() 206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() 208 int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/external/musl/include/sys/ |
D | ipc.h | 20 #define __key key macro
|
/external/trusty/musl/include/sys/ |
D | ipc.h | 20 #define __key key macro
|
/external/coreboot/src/acpi/ |
D | soundwire.c | 14 #define SDW_INT(__key, __val) \ argument 18 #define SDW_INT_ARRAY(__key, __val) \ argument
|
/external/cronet/stable/third_party/libc++/src/include/__functional/ |
D | boyer_moore_searcher.h | 55 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert() 79 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__functional/ |
D | boyer_moore_searcher.h | 54 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert() 78 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__functional/ |
D | boyer_moore_searcher.h | 54 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert() 78 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
|
/external/cronet/tot/third_party/libc++/src/include/__functional/ |
D | boyer_moore_searcher.h | 55 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert() 79 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
|
/external/AFLplusplus/include/ |
D | android-ashmem.h | 44 int shmget(key_t __key, size_t __size, int __shmflg) { in shmget()
|
/external/fonttools/Lib/fontTools/misc/ |
D | dictTools.py | 30 def __key(self): member in hashdict
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 187 int __key; member
|