HomeSort by relevance Sort by last modified time
    Searched defs:base_type (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 1095 typedef _UniformRandomNumberGenerator base_type; typedef in class:discard_block
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
assoc_container.hpp 107 typedef typename PB_DS_HASH_BASE base_type; typedef in class:__gnu_pbds::basic_hash_table
117 : base_type((const base_type&)other) { }
120 basic_hash_table(T0 t0) : base_type(t0) { }
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { }
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { }
130 : base_type(t0, t1, t2, t3) { }
134 : base_type(t0, t1, t2, t3, t4) { }
139 : base_type(t0, t1, t2, t3, t4, t5) { }
144 : base_type(t0, t1, t2, t3, t4, t5, t6) {
207 typedef PB_DS_CC_HASH_BASE base_type; typedef in class:__gnu_pbds::cc_hash_table
371 typedef PB_DS_GP_HASH_BASE base_type; typedef in class:__gnu_pbds::gp_hash_table
558 typedef typename PB_DS_BRANCH_BASE base_type; typedef in class:__gnu_pbds::basic_branch
638 typedef PB_DS_TREE_BASE base_type; typedef in class:__gnu_pbds::tree
734 typedef PB_DS_TRIE_BASE base_type; typedef in class:__gnu_pbds::trie
818 typedef typename PB_DS_LU_BASE base_type; typedef in class:__gnu_pbds::list_update
    [all...]
tag_and_trait.hpp 423 typedef container_traits_base<container_category> base_type; typedef in struct:__gnu_pbds::container_traits
424 typedef typename base_type::invalidation_guarantee invalidation_guarantee;
429 order_preserving = base_type::order_preserving,
432 erase_can_throw = base_type::erase_can_throw,
435 split_join_can_throw = base_type::split_join_can_throw,
438 reverse_iteration = base_type::reverse_iteration
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 1095 typedef _UniformRandomNumberGenerator base_type; typedef in class:discard_block
    [all...]
  /external/ImageMagick/MagickCore/
identify.c 470 base_type,
687 base_type=GetImageType(image);
688 if (type != base_type)
690 MagickTypeOptions,(ssize_t) base_type));
468 base_type, local
    [all...]
  /external/ImageMagick/coders/
json.c 706 base_type,
792 base_type=GetImageType(image);
793 if (type != base_type)
795 CommandOptionToMnemonic(MagickTypeOptions,(ssize_t) base_type));
701 base_type, local
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h 130 const __class_type_info* base_type; member in struct:__cxxabiv1::__UpcastInfo
155 virtual bool walk_to(const __class_type_info* base_type,
160 bool self_class_type_match(const __class_type_info* base_type,
176 virtual bool walk_to(const __class_type_info* base_type,
200 virtual bool walk_to(const __class_type_info* base_type,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 221 typedef storage1< A1 > base_type; typedef in class:boost::_bi::list1
225 explicit list1( A1 a1 ): base_type( a1 ) {}
227 A1 operator[] (boost::arg<1>) const { return base_type::a1_; }
229 A1 operator[] (boost::arg<1> (*) ()) const { return base_type::a1_; }
243 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]);
248 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]);
253 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]);
258 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]);
263 base_type::accept(v);
268 return ref_compare(base_type::a1_, rhs.a1_, 0)
279 typedef storage2< A1, A2 > base_type; typedef in class:boost::_bi::list2
356 typedef storage3< A1, A2, A3 > base_type; typedef in class:boost::_bi::list3
419 typedef storage4< A1, A2, A3, A4 > base_type; typedef in class:boost::_bi::list4
485 typedef storage5< A1, A2, A3, A4, A5 > base_type; typedef in class:boost::_bi::list5
554 typedef storage6< A1, A2, A3, A4, A5, A6 > base_type; typedef in class:boost::_bi::list6
626 typedef storage7< A1, A2, A3, A4, A5, A6, A7 > base_type; typedef in class:boost::_bi::list7
701 typedef storage8< A1, A2, A3, A4, A5, A6, A7, A8 > base_type; typedef in class:boost::_bi::list8
779 typedef storage9< A1, A2, A3, A4, A5, A6, A7, A8, A9 > base_type; typedef in class:boost::_bi::list9
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 232 typedef annotate_base base_type; typedef
233 base_type::const_iterator beg = __b.map().begin();
234 base_type::const_iterator end = __b.map().end();
566 typedef throw_value_base<limit_condition> base_type;
572 : base_type(__other._M_i) { }
578 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { }
584 base_type::operator=(__other);
597 typedef throw_value_base<random_condition> base_type;
603 : base_type(__other._M_i) { }
609 explicit throw_value_random(const std::size_t __i) : base_type(__i) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 232 typedef annotate_base base_type; typedef
233 base_type::const_iterator beg = __b.map().begin();
234 base_type::const_iterator end = __b.map().end();
566 typedef throw_value_base<limit_condition> base_type;
572 : base_type(__other._M_i) { }
578 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { }
584 base_type::operator=(__other);
597 typedef throw_value_base<random_condition> base_type;
603 : base_type(__other._M_i) { }
609 explicit throw_value_random(const std::size_t __i) : base_type(__i) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 232 typedef annotate_base base_type; typedef
233 base_type::const_iterator beg = __b.map().begin();
234 base_type::const_iterator end = __b.map().end();
566 typedef throw_value_base<limit_condition> base_type;
572 : base_type(__other._M_i) { }
578 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { }
584 base_type::operator=(__other);
597 typedef throw_value_base<random_condition> base_type;
603 : base_type(__other._M_i) { }
609 explicit throw_value_random(const std::size_t __i) : base_type(__i) {
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 378 typedef annotate_base base_type; typedef
380 base_type::const_iterator beg = __b.map_alloc().begin();
381 base_type::const_iterator end = __b.map_alloc().end();
722 typedef throw_value_base<limit_condition> base_type;
728 : base_type(__other._M_i) { }
734 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { }
740 base_type::operator=(__other);
753 typedef throw_value_base<random_condition> base_type;
759 : base_type(__other._M_i) { }
765 explicit throw_value_random(const std::size_t __i) : base_type(__i) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 345 typedef typename remove_reference<T>::type base_type; typedef in struct:google::protobuf::internal::InternalConstRef
346 typedef const base_type& type;
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 419 typedef OnDiskChainedHashTable<Info> base_type; typedef in class:llvm::OnDiskIterableChainedHashTable
420 typedef typename base_type::internal_key_type internal_key_type;
421 typedef typename base_type::external_key_type external_key_type;
422 typedef typename base_type::data_type data_type;
423 typedef typename base_type::hash_value_type hash_value_type;
424 typedef typename base_type::offset_type offset_type;
481 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj),
  /external/mesa3d/src/glsl/
glsl_types.h 78 glsl_base_type base_type; member in struct:glsl_type
218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
305 && (base_type >= GLSL_TYPE_UINT)
306 && (base_type <= GLSL_TYPE_BOOL);
316 && (base_type >= GLSL_TYPE_UINT)
317 && (base_type <= GLSL_TYPE_BOOL);
326 return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT);
334 return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_FLOAT);
342 return (base_type == GLSL_TYPE_UINT) || (base_type == GLSL_TYPE_INT)
    [all...]
ir_reader.cpp 135 const glsl_type *base_type = read_type(s_base_type); local
136 if (base_type == NULL) {
141 return glsl_type::get_array_instance(base_type, s_size->value());
809 if (type->base_type == GLSL_TYPE_FLOAT) {
823 switch (type->base_type) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 111 typedef pat_trie_base base_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
pat_trie_base.hpp 134 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Head
135 typedef typename base_type::type_traits type_traits;
136 typedef typename base_type::node_pointer node_pointer;
141 _Head() : base_type(head_node) { }
144 typedef typename base_type::node_debug_info node_debug_info;
145 typedef typename base_type::a_const_pointer a_const_pointer;
165 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
166 typedef typename base_type::type_traits type_traits;
178 : base_type(leaf_node), m_value(other) { }
189 typedef typename base_type::node_debug_info node_debug_info
214 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Inode
718 base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Iter
948 _CIterator, Iterator, _Alloc> base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Node_iter
    [all...]
  /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 111 typedef pat_trie_base base_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
pat_trie_base.hpp 134 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Head
135 typedef typename base_type::type_traits type_traits;
136 typedef typename base_type::node_pointer node_pointer;
141 _Head() : base_type(head_node) { }
144 typedef typename base_type::node_debug_info node_debug_info;
145 typedef typename base_type::a_const_pointer a_const_pointer;
165 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
166 typedef typename base_type::type_traits type_traits;
178 : base_type(leaf_node), m_value(other) { }
189 typedef typename base_type::node_debug_info node_debug_info
214 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Inode
718 base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Iter
948 _CIterator, Iterator, _Alloc> base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Node_iter
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 79 /* Offset of the component of the base_type being described. */
82 tree base_type; variable
198 return jfunc->value.known_type.base_type;
  /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 111 typedef pat_trie_base base_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
pat_trie_base.hpp 134 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Head
135 typedef typename base_type::type_traits type_traits;
136 typedef typename base_type::node_pointer node_pointer;
141 _Head() : base_type(head_node) { }
144 typedef typename base_type::node_debug_info node_debug_info;
145 typedef typename base_type::a_const_pointer a_const_pointer;
165 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
166 typedef typename base_type::type_traits type_traits;
178 : base_type(leaf_node), m_value(other) { }
189 typedef typename base_type::node_debug_info node_debug_info
214 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Inode
718 base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Iter
948 _CIterator, Iterator, _Alloc> base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Node_iter
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 111 typedef pat_trie_base base_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
pat_trie_base.hpp 134 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Head
135 typedef typename base_type::type_traits type_traits;
136 typedef typename base_type::node_pointer node_pointer;
141 _Head() : base_type(head_node) { }
144 typedef typename base_type::node_debug_info node_debug_info;
145 typedef typename base_type::a_const_pointer a_const_pointer;
165 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
166 typedef typename base_type::type_traits type_traits;
178 : base_type(leaf_node), m_value(other) { }
189 typedef typename base_type::node_debug_info node_debug_info
214 typedef _Node_base<_ATraits, Metadata> base_type; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Inode
718 base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Iter
948 _CIterator, Iterator, _Alloc> base_type; typedef in class:__gnu_pbds::detail::pat_trie_base::_Node_iter
    [all...]

Completed in 993 milliseconds

1 2 3 45 6