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

12 3 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ext/
hash_set 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
230 __table __table_;
233 typedef typename __table::pointer pointer;
234 typedef typename __table::const_pointer const_pointer;
235 typedef typename __table::size_type size_type;
236 typedef typename __table::difference_type difference_type;
238 typedef typename __table::const_iterator iterator;
239 typedef typename __table::const_iterator const_iterator;
450 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
452 __table __table_
    [all...]
hash_map 486 __key_equal, __allocator_type> __table;
488 __table __table_;
490 typedef typename __table::__node_pointer __node_pointer;
491 typedef typename __table::__node_const_pointer __node_const_pointer;
492 typedef typename __table::__node_traits __node_traits;
493 typedef typename __table::__node_allocator __node_allocator;
494 typedef typename __table::__node __node;
504 typedef __hash_map_iterator<typename __table::iterator> iterator;
505 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 __key_equal, __allocator_type> __table;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
230 __table __table_;
233 typedef typename __table::pointer pointer;
234 typedef typename __table::const_pointer const_pointer;
235 typedef typename __table::size_type size_type;
236 typedef typename __table::difference_type difference_type;
238 typedef typename __table::const_iterator iterator;
239 typedef typename __table::const_iterator const_iterator;
449 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
451 __table __table_
    [all...]
hash_map 505 __key_equal, __allocator_type> __table;
507 __table __table_;
509 typedef typename __table::__node_pointer __node_pointer;
510 typedef typename __table::__node_const_pointer __node_const_pointer;
511 typedef typename __table::__node_traits __node_traits;
512 typedef typename __table::__node_allocator __node_allocator;
513 typedef typename __table::__node __node;
523 typedef __hash_map_iterator<typename __table::iterator> iterator;
524 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
784 __key_equal, __allocator_type> __table;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
230 __table __table_;
233 typedef typename __table::pointer pointer;
234 typedef typename __table::const_pointer const_pointer;
235 typedef typename __table::size_type size_type;
236 typedef typename __table::difference_type difference_type;
238 typedef typename __table::const_iterator iterator;
239 typedef typename __table::const_iterator const_iterator;
449 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
451 __table __table_
    [all...]
hash_map 505 __key_equal, __allocator_type> __table;
507 __table __table_;
509 typedef typename __table::__node_pointer __node_pointer;
510 typedef typename __table::__node_const_pointer __node_const_pointer;
511 typedef typename __table::__node_traits __node_traits;
512 typedef typename __table::__node_allocator __node_allocator;
513 typedef typename __table::__node __node;
523 typedef __hash_map_iterator<typename __table::iterator> iterator;
524 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
784 __key_equal, __allocator_type> __table;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ext/
hash_set 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
230 __table __table_;
233 typedef typename __table::pointer pointer;
234 typedef typename __table::const_pointer const_pointer;
235 typedef typename __table::size_type size_type;
236 typedef typename __table::difference_type difference_type;
238 typedef typename __table::const_iterator iterator;
239 typedef typename __table::const_iterator const_iterator;
450 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
452 __table __table_
    [all...]
hash_map 486 __key_equal, __allocator_type> __table;
488 __table __table_;
490 typedef typename __table::__node_pointer __node_pointer;
491 typedef typename __table::__node_const_pointer __node_const_pointer;
492 typedef typename __table::__node_traits __node_traits;
493 typedef typename __table::__node_allocator __node_allocator;
494 typedef typename __table::__node __node;
504 typedef __hash_map_iterator<typename __table::iterator> iterator;
505 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 __key_equal, __allocator_type> __table;
    [all...]
  /test/vts/
README.md 18 __Table of Contents__
  /external/libcxx/include/experimental/
functional 154 std::unordered_map<_Key, _Value, _Hash, _BinaryPredicate> __table;
159 : __default_value_(__default), __table(__sz, __hf, __pred) {}
164 __table [__key] = __val; // Would skip_.insert (val) be better here?
170 auto __it = __table.find (__key);
171 return __it == __table.end() ? __default_value_ : __it->second;
185 skip_map __table;
191 std::fill_n(__table.begin(), __table.size(), __default);
197 __table[static_cast<unsigned_key_type>(__key)] = __val;
203 return __table[static_cast<unsigned_key_type>(__key)]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
functional 154 std::unordered_map<_Key, _Value, _Hash, _BinaryPredicate> __table;
159 : __default_value_(__default), __table(__sz, __hf, __pred) {}
164 __table [__key] = __val; // Would skip_.insert (val) be better here?
170 auto __it = __table.find (__key);
171 return __it == __table.end() ? __default_value_ : __it->second;
185 skip_map __table;
191 std::fill_n(__table.begin(), __table.size(), __default);
197 __table[static_cast<unsigned_key_type>(__key)] = __val;
203 return __table[static_cast<unsigned_key_type>(__key)]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/experimental/
functional 154 std::unordered_map<_Key, _Value, _Hash, _BinaryPredicate> __table;
159 : __default_value_(__default), __table(__sz, __hf, __pred) {}
164 __table [__key] = __val; // Would skip_.insert (val) be better here?
170 auto __it = __table.find (__key);
171 return __it == __table.end() ? __default_value_ : __it->second;
185 skip_map __table;
191 std::fill_n(__table.begin(), __table.size(), __default);
197 __table[static_cast<unsigned_key_type>(__key)] = __val;
203 return __table[static_cast<unsigned_key_type>(__key)]
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/experimental/
functional 154 std::unordered_map<_Key, _Value, _Hash, _BinaryPredicate> __table;
159 : __default_value_(__default), __table(__sz, __hf, __pred) {}
164 __table [__key] = __val; // Would skip_.insert (val) be better here?
170 auto __it = __table.find (__key);
171 return __it == __table.end() ? __default_value_ : __it->second;
185 skip_map __table;
191 std::fill_n(__table.begin(), __table.size(), __default);
197 __table[static_cast<unsigned_key_type>(__key)] = __val;
203 return __table[static_cast<unsigned_key_type>(__key)]
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
unordered_map 771 __key_equal, __allocator_type> __table;
773 __table __table_;
775 typedef typename __table::_NodeTypes _NodeTypes;
776 typedef typename __table::__node_pointer __node_pointer;
777 typedef typename __table::__node_const_pointer __node_const_pointer;
778 typedef typename __table::__node_traits __node_traits;
779 typedef typename __table::__node_allocator __node_allocator;
780 typedef typename __table::__node __node;
785 static_assert((is_same<typename __table::__container_value_type, value_type>::value), "");
786 static_assert((is_same<typename __table::__node_value_type, __value_type>::value), "")
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 64 #define EFI_PROTOCOLS __table ( struct efi_protocol, "efi_protocols" )
99 __table ( struct efi_config_table, "efi_config_tables" )
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_map 740 __key_equal, __allocator_type> __table;
742 __table __table_;
744 typedef typename __table::__node_pointer __node_pointer;
745 typedef typename __table::__node_const_pointer __node_const_pointer;
746 typedef typename __table::__node_traits __node_traits;
747 typedef typename __table::__node_allocator __node_allocator;
748 typedef typename __table::__node __node;
758 typedef __hash_map_iterator<typename __table::iterator> iterator;
759 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_map 740 __key_equal, __allocator_type> __table;
742 __table __table_;
744 typedef typename __table::__node_pointer __node_pointer;
745 typedef typename __table::__node_const_pointer __node_const_pointer;
746 typedef typename __table::__node_traits __node_traits;
747 typedef typename __table::__node_allocator __node_allocator;
748 typedef typename __table::__node __node;
758 typedef __hash_map_iterator<typename __table::iterator> iterator;
759 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator
    [all...]
  /external/libcxx/include/ext/
hash_map 486 __key_equal, __allocator_type> __table;
488 __table __table_;
490 typedef typename __table::__node_pointer __node_pointer;
491 typedef typename __table::__node_const_pointer __node_const_pointer;
492 typedef typename __table::__node_traits __node_traits;
493 typedef typename __table::__node_allocator __node_allocator;
494 typedef typename __table::__node __node;
504 typedef __hash_map_iterator<typename __table::iterator> iterator;
505 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 __key_equal, __allocator_type> __table;
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2008-05-09-SinkOfInvoke.ll 12 define void @_ZNSt5ctypeIcEC2EPiPKtbm(%"struct.std::ctype<char>"* %this, i32* %unnamed_arg, i16* %__table, i8 zeroext %__del, i64 %__refs) personality i32 (...)* @__gxx_personality_v0 {
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2008-05-09-SinkOfInvoke.ll 12 define void @_ZNSt5ctypeIcEC2EPiPKtbm(%"struct.std::ctype<char>"* %this, i32* %unnamed_arg, i16* %__table, i8 zeroext %__del, i64 %__refs) {
  /external/syslinux/gpxe/src/include/gpxe/
device.h 108 #define ROOT_DEVICES __table ( struct root_device, "root_devices" )
eisa.h 85 #define EISA_DRIVERS __table ( struct eisa_driver, "eisa_drivers" )
isa.h 64 #define ISA_DRIVERS __table ( struct isa_driver, "isa_drivers" )
mca.h 83 #define MCA_DRIVERS __table ( struct mca_driver, "mca_drivers" )
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ext/
hash_map 486 __key_equal, __allocator_type> __table;
488 __table __table_;
490 typedef typename __table::__node_pointer __node_pointer;
491 typedef typename __table::__node_const_pointer __node_const_pointer;
492 typedef typename __table::__node_traits __node_traits;
493 typedef typename __table::__node_allocator __node_allocator;
494 typedef typename __table::__node __node;
504 typedef __hash_map_iterator<typename __table::iterator> iterator;
505 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
760 __key_equal, __allocator_type> __table;
    [all...]

Completed in 211 milliseconds

12 3 4 5 6 7