HomeSort by relevance Sort by last modified time
    Searched refs:__uc (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 43 bucket(const _UnorderedCont& __uc,
45 { return __node->_M_hash_code % __uc.bucket_count(); }
52 bucket(const _UnorderedCont& __uc,
54 { return __uc.bucket(__node->_M_v); }
64 bucket(const _UnorderedCont& __uc,
66 { return __uc.bucket(__node->_M_v.first); }
71 __get_bucket_index(const _UnorderedCont& __uc,
76 return __bucket_index_helper::bucket(__uc, __node);
87 are_equal(const _UnorderedCont& __uc,
92 && __uc.key_eq()(__lhs->_M_v, __rhs->_M_v)
159 auto& __uc = _M_conjure(); local
170 auto& __uc = _M_conjure(); local
203 auto& __uc = _M_conjure(); local
229 auto& __uc = _M_conjure(); local
    [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 43 bucket(const _UnorderedCont& __uc,
45 { return __node->_M_hash_code % __uc.bucket_count(); }
52 bucket(const _UnorderedCont& __uc,
54 { return __uc.bucket(__node->_M_v); }
64 bucket(const _UnorderedCont& __uc,
66 { return __uc.bucket(__node->_M_v.first); }
71 __get_bucket_index(const _UnorderedCont& __uc,
76 return __bucket_index_helper::bucket(__uc, __node);
87 are_equal(const _UnorderedCont& __uc,
92 && __uc.key_eq()(__lhs->_M_v, __rhs->_M_v)
159 auto& __uc = _M_conjure(); local
170 auto& __uc = _M_conjure(); local
203 auto& __uc = _M_conjure(); local
229 auto& __uc = _M_conjure(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 117 unsigned char __uc; \
136 __u->__uc = (unsigned char) __c; \
162 __u->__uc = (unsigned char) __c; \
250 unsigned char __uc; member in union:__anon62321
442 unsigned char __uc; member in union:__anon62323
447 __u->__uc = '\0';
455 __u->__uc = '\0';
463 __u->__uc = '\0';
475 __u->__uc = '\0';
621 unsigned char __uc; member in union:__anon62325
    [all...]
string.h 233 unsigned char __uc; \
259 __u->__uc = (unsigned char) __c; \
285 __u->__uc = (unsigned char) __c; \
590 unsigned char __uc; \
596 __u->__uc = '\0'; \
604 __u->__uc = '\0'; \
612 __u->__uc = '\0'; \
624 __u->__uc = '\0'; \
682 unsigned char __uc; \
688 __u->__uc = '\0';
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 117 unsigned char __uc; \
136 __u->__uc = (unsigned char) __c; \
162 __u->__uc = (unsigned char) __c; \
250 unsigned char __uc; member in union:__anon63188
442 unsigned char __uc; member in union:__anon63190
447 __u->__uc = '\0';
455 __u->__uc = '\0';
463 __u->__uc = '\0';
475 __u->__uc = '\0';
621 unsigned char __uc; member in union:__anon63192
    [all...]

Completed in 117 milliseconds