HomeSort by relevance Sort by last modified time
    Searched refs:key_type (Results 101 - 125 of 514) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 23 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
156 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
271 const typename IteratorBase::key_type& pKey,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 148 VALUE __delete__(const key_type& key) {
159 bool has_key(const key_type& key) const {
192 const Map::key_type& key = i->first;
195 k = swig::from<Map::key_type>(key);
213 VALUE k = swig::from<Map::key_type>(i->first);
309 rb_ary_push( ary, swig::from<std::pair<Map::key_type,
315 bool __contains__(const key_type& key) {
337 VALUE __getitem__(const key_type& key) const {
345 void __setitem__(const key_type& key, const mapped_type& x) throw (std::out_of_range) {
361 tmp = swig::from< Map::key_type >( i->first )
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp 78 typedef String key_type; typedef in struct:__gnu_pbds::trie_string_access_traits
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 48 typedef _Key key_type; typedef in class:__profile::map
214 operator[](const key_type& __k)
222 operator[](key_type&& __k)
230 at(const key_type& __k)
237 at(const key_type& __k) const
372 erase(const key_type& __x)
408 find(const key_type& __x)
415 find(const key_type& __x) const
422 count(const key_type& __x) const
429 lower_bound(const key_type& __x
    [all...]
multimap.h 48 typedef _Key key_type; typedef in class:__profile::multimap
267 erase(const key_type& __x)
304 find(const key_type& __x)
308 find(const key_type& __x) const
314 lower_bound(const key_type& __x)
318 lower_bound(const key_type& __x) const
322 upper_bound(const key_type& __x)
326 upper_bound(const key_type& __x) const
330 equal_range(const key_type& __x)
340 equal_range(const key_type& __x) cons
    [all...]
multiset.h 48 typedef _Key key_type; typedef in class:__profile::multiset
250 erase(const key_type& __x)
287 find(const key_type& __x)
293 find(const key_type& __x) const
299 lower_bound(const key_type& __x)
305 lower_bound(const key_type& __x) const
309 upper_bound(const key_type& __x)
315 upper_bound(const key_type& __x) const
319 equal_range(const key_type& __x)
331 equal_range(const key_type& __x) cons
    [all...]
set.h 48 typedef _Key key_type; typedef in class:__profile::set
265 erase(const key_type& __x)
301 find(const key_type& __x)
307 find(const key_type& __x) const
313 lower_bound(const key_type& __x)
319 lower_bound(const key_type& __x) const
323 upper_bound(const key_type& __x)
329 upper_bound(const key_type& __x) const
333 equal_range(const key_type& __x)
345 equal_range(const key_type& __x) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 48 typedef _Key key_type; typedef in class:__profile::map
214 operator[](const key_type& __k)
222 operator[](key_type&& __k)
230 at(const key_type& __k)
237 at(const key_type& __k) const
372 erase(const key_type& __x)
408 find(const key_type& __x)
415 find(const key_type& __x) const
422 count(const key_type& __x) const
429 lower_bound(const key_type& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 48 typedef _Key key_type; typedef in class:__profile::map
214 operator[](const key_type& __k)
222 operator[](key_type&& __k)
230 at(const key_type& __k)
237 at(const key_type& __k) const
372 erase(const key_type& __x)
408 find(const key_type& __x)
415 find(const key_type& __x) const
422 count(const key_type& __x) const
429 lower_bound(const key_type& __x
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 52 typedef _Key key_type; typedef in class:__profile::map
244 operator[](const key_type& __k)
252 operator[](key_type&& __k)
260 at(const key_type& __k)
267 at(const key_type& __k) const
402 erase(const key_type& __x)
441 find(const key_type& __x)
448 find(const key_type& __x) const
455 count(const key_type& __x) const
462 lower_bound(const key_type& __x
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 52 typedef _Key key_type; typedef in class:__profile::map
244 operator[](const key_type& __k)
252 operator[](key_type&& __k)
260 at(const key_type& __k)
267 at(const key_type& __k) const
402 erase(const key_type& __x)
441 find(const key_type& __x)
448 find(const key_type& __x) const
455 count(const key_type& __x) const
462 lower_bound(const key_type& __x
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 52 typedef _Key key_type; typedef in class:__profile::map
244 operator[](const key_type& __k)
252 operator[](key_type&& __k)
260 at(const key_type& __k)
267 at(const key_type& __k) const
402 erase(const key_type& __x)
441 find(const key_type& __x)
448 find(const key_type& __x) const
455 count(const key_type& __x) const
462 lower_bound(const key_type& __x
    [all...]
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 317 ThunkType key_type = static_cast<ThunkType>(-1); local
320 key_type = ThunkType::kMethodCall;
323 ThunkKey key(key_type, ThunkParams{{ 0u, 0u }}); // NOLINT(whitespace/braces)
324 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type);
333 key_type = key.GetType();
336 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type);
345 DCHECK(key_type != static_cast<ThunkType>(-1));
350 DCHECK_LE(old_data->MaxNextOffset(), CalculateMaxNextOffset(patch_offset, key_type));
353 patch_offset - old_data->LastReservedOffset() > MaxNegativeDisplacement(key_type)) {
354 old_data->SetMaxNextOffset(CalculateMaxNextOffset(patch_offset, key_type));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 54 typedef _Key key_type; typedef in class:__debug::map
310 erase(const key_type& __x)
381 find(const key_type& __x)
385 find(const key_type& __x) const
391 lower_bound(const key_type& __x)
395 lower_bound(const key_type& __x) const
399 upper_bound(const key_type& __x)
403 upper_bound(const key_type& __x) const
407 equal_range(const key_type& __x)
416 equal_range(const key_type& __x) cons
    [all...]
multimap.h 55 typedef _Key key_type; typedef in class:__debug::multimap
291 erase(const key_type& __x)
364 find(const key_type& __x)
368 find(const key_type& __x) const
374 lower_bound(const key_type& __x)
378 lower_bound(const key_type& __x) const
382 upper_bound(const key_type& __x)
386 upper_bound(const key_type& __x) const
390 equal_range(const key_type& __x)
399 equal_range(const key_type& __x) cons
    [all...]
multiset.h 54 typedef _Key key_type; typedef in class:__debug::multiset
276 erase(const key_type& __x)
349 find(const key_type& __x)
355 find(const key_type& __x) const
361 lower_bound(const key_type& __x)
367 lower_bound(const key_type& __x) const
371 upper_bound(const key_type& __x)
377 upper_bound(const key_type& __x) const
381 equal_range(const key_type& __x)
392 equal_range(const key_type& __x) cons
    [all...]
set.h 54 typedef _Key key_type; typedef in class:__debug::set
287 erase(const key_type& __x)
358 find(const key_type& __x)
364 find(const key_type& __x) const
370 lower_bound(const key_type& __x)
376 lower_bound(const key_type& __x) const
380 upper_bound(const key_type& __x)
386 upper_bound(const key_type& __x) const
390 equal_range(const key_type& __x)
401 equal_range(const key_type& __x) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 54 typedef _Key key_type; typedef in class:__debug::map
310 erase(const key_type& __x)
381 find(const key_type& __x)
385 find(const key_type& __x) const
391 lower_bound(const key_type& __x)
395 lower_bound(const key_type& __x) const
399 upper_bound(const key_type& __x)
403 upper_bound(const key_type& __x) const
407 equal_range(const key_type& __x)
416 equal_range(const key_type& __x) cons
    [all...]
multimap.h 55 typedef _Key key_type; typedef in class:__debug::multimap
291 erase(const key_type& __x)
364 find(const key_type& __x)
368 find(const key_type& __x) const
374 lower_bound(const key_type& __x)
378 lower_bound(const key_type& __x) const
382 upper_bound(const key_type& __x)
386 upper_bound(const key_type& __x) const
390 equal_range(const key_type& __x)
399 equal_range(const key_type& __x) cons
    [all...]
multiset.h 54 typedef _Key key_type; typedef in class:__debug::multiset
276 erase(const key_type& __x)
349 find(const key_type& __x)
355 find(const key_type& __x) const
361 lower_bound(const key_type& __x)
367 lower_bound(const key_type& __x) const
371 upper_bound(const key_type& __x)
377 upper_bound(const key_type& __x) const
381 equal_range(const key_type& __x)
392 equal_range(const key_type& __x) cons
    [all...]

Completed in 767 milliseconds

1 2 3 45 6 7 8 91011>>