HomeSort by relevance Sort by last modified time
    Searched defs:key_type (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 653 typedef StringRef key_type; typedef in class:__anon15300::IdentifierIndexWriterTrait
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 58 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
    [all...]
  /external/v8/src/crankshaft/
typing.cc 449 IcCheckType key_type; local
451 &store_mode, &key_type);
453 expr->set_key_type(key_type);
500 IcCheckType key_type; local
502 &is_string, &key_type);
504 expr->set_key_type(key_type);
606 IcCheckType key_type; local
607 oracle()->GetStoreModeAndKeyType(slot, &store_mode, &key_type);
610 expr->set_key_type(key_type);
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 75 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
79 static ResolveInfo* Create(const key_type& pKey);
192 bool compare(const key_type& pKey);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 61 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 61 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 270 typedef _Key key_type; typedef in class:hashtable
522 find(const key_type& __key)
534 find(const key_type& __key) const
546 count(const key_type& __key) const
559 equal_range(const key_type& __key);
562 equal_range(const key_type& __key) const;
565 erase(const key_type& __key);
600 _M_bkt_num_key(const key_type& __key) const
608 _M_bkt_num_key(const key_type& __key, size_t __n) const
828 equal_range(const key_type& __key
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 187 typedef _Key key_type; typedef in class:_Hashtable
514 bucket(const key_type& __k) const
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
598 _M_find_before_node(size_type, const key_type&, __hash_code) const;
601 _M_find_node(size_type __bkt, const key_type& __key
    [all...]
hashtable_policy.h 457 using key_type = typename __hashtable_base::key_type;
462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
536 at(const key_type& __k
1408 typedef _Key key_type; typedef in struct:__detail::_Hashtable_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 154 typedef typename traits_base::key_type key_type; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 243 typedef typename traits_base::key_type key_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 131 typedef _Key key_type; typedef in class:tr1::_Hashtable
284 bucket(const key_type& __k) const
325 find(const key_type& __k);
328 find(const key_type& __k) const;
331 count(const key_type& __k) const;
334 equal_range(const key_type& __k);
337 equal_range(const key_type& __k) const;
355 _M_find_node(_Node*, const key_type&,
397 erase(const key_type&);
694 find(const key_type& __k
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 270 typedef _Key key_type; typedef in class:hashtable
522 find(const key_type& __key)
534 find(const key_type& __key) const
546 count(const key_type& __key) const
559 equal_range(const key_type& __key);
562 equal_range(const key_type& __key) const;
565 erase(const key_type& __key);
600 _M_bkt_num_key(const key_type& __key) const
608 _M_bkt_num_key(const key_type& __key, size_t __n) const
828 equal_range(const key_type& __key
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h 187 typedef _Key key_type; typedef in class:_Hashtable
514 bucket(const key_type& __k) const
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
598 _M_find_before_node(size_type, const key_type&, __hash_code) const;
601 _M_find_node(size_type __bkt, const key_type& __key
    [all...]
hashtable_policy.h 457 using key_type = typename __hashtable_base::key_type;
462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
536 at(const key_type& __k
1408 typedef _Key key_type; typedef in struct:__detail::_Hashtable_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 154 typedef typename traits_base::key_type key_type; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 243 typedef typename traits_base::key_type key_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 131 typedef _Key key_type; typedef in class:tr1::_Hashtable
284 bucket(const key_type& __k) const
325 find(const key_type& __k);
328 find(const key_type& __k) const;
331 count(const key_type& __k) const;
334 equal_range(const key_type& __k);
337 equal_range(const key_type& __k) const;
355 _M_find_node(_Node*, const key_type&,
397 erase(const key_type&);
694 find(const key_type& __k
    [all...]
  /system/bt/stack/btu/
btu_hcif.cc 1385 uint8_t key_type; local
    [all...]
  /system/bt/stack/smp/
smp_act.cc 66 static void smp_update_key_mask(tSMP_CB* p_cb, uint8_t key_type, bool recv) {
72 ((key_type == SMP_SEC_KEY_TYPE_ENC) ||
73 (key_type == SMP_SEC_KEY_TYPE_LK))) {
76 p_cb->local_i_key &= ~key_type;
77 p_cb->local_r_key &= ~key_type;
80 p_cb->local_i_key &= ~key_type;
82 p_cb->local_r_key &= ~key_type;
85 p_cb->local_r_key &= ~key_type;
87 p_cb->local_i_key &= ~key_type;
1051 uint8_t key_type = p_data->key.key_type; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
omapfb.h 143 __u8 key_type; member in struct:omapfb_color_key
  /external/kernel-headers/original/uapi/linux/
omapfb.h 171 __u8 key_type; member in struct:omapfb_color_key
  /external/llvm/include/llvm/ADT/
DenseMap.h 57 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
    [all...]
ImmutableSet.h 912 typedef value_type key_type; typedef in struct:llvm::ImutContainerInfo
921 return std::equal_to<key_type>()(LHS,RHS);
925 return std::less<key_type>()(LHS,RHS);
938 typedef value_type key_type; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
defs.c 1346 VALUE name, key_type, value_type, number, type_class; local
    [all...]

Completed in 684 milliseconds

1 2 3 4 56 7